diff options
Diffstat (limited to 'python-hatch-vcs.spec')
-rw-r--r-- | python-hatch-vcs.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python-hatch-vcs.spec b/python-hatch-vcs.spec index 23a95c6..c4d3c1b 100644 --- a/python-hatch-vcs.spec +++ b/python-hatch-vcs.spec @@ -11,11 +11,13 @@ Source0: https://files.pythonhosted.org/packages/04/33/b68d68e532392d9384 Patch0: Fix-setuptools_scm-7.1.0-test-incompatible.patch BuildArch: noarch %if !%{?bootstrap} -BuildRequires: python3-devel python3-pip python3-hatchling -BuildRequires: python3-setuptools_scm python3-pathspec python3-hatch-vcs +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-vcs +%endif BuildRequires: python3dist(pytest) BuildRequires: git-core -%endif +BuildRequires: python3-setuptools_scm python3-pathspec +BuildRequires: python3-devel python3-pip BuildRequires: openEuler-rpm-config >= 30-39 %global common_description %{expand: This provides a plugin for Hatch that uses your preferred version control |