diff options
Diffstat (limited to 'python-hatchling.spec')
-rw-r--r-- | python-hatchling.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python-hatchling.spec b/python-hatchling.spec index edcbe6c..e6e7c28 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -1,3 +1,4 @@ +%global bootstrap 1 Name: python-hatchling Version: 1.13.0 Release: 1 @@ -6,10 +7,11 @@ License: MIT URL: https://pypi.org/project/hatchling Source0: https://files.pythonhosted.org/packages/26/d3/96fa0ee6328ee141f6be444bd913d68c1105f5cca3f7622bced939a34bc5/hatchling-1.13.0.tar.gz BuildArch: noarch - -BuildRequires: python3-devel python3-pip python3-hatch-vcs python3-pathspec +%if !%{?bootstrap} +BuildRequires: python3-hatch-vcs +%endif +BuildRequires: python3-devel python3-pip python3-pathspec BuildRequires: python3-pluggy python3-tomli python3-packaging - %global common_description %{expand: This is the extensible, standards compliant build backend used by Hatch.} |