Don't pull mercurial into RHEL just to test this work with it
This commit is contained in:
parent
16a1852edd
commit
490ede4166
@ -15,8 +15,11 @@ BuildRequires: python%{python3_pkgversion}-devel
|
|||||||
BuildRequires: pyproject-rpm-macros
|
BuildRequires: pyproject-rpm-macros
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
|
# Don't pull mercurial into RHEL just to test this work with it
|
||||||
|
%if %{undefined rhel}
|
||||||
BuildRequires: mercurial
|
BuildRequires: mercurial
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Setuptools_scm handles managing your Python package versions in SCM metadata.
|
Setuptools_scm handles managing your Python package versions in SCM metadata.
|
||||||
|
Loading…
Reference in New Issue
Block a user