Don't pull mercurial into RHEL just to test this work with it

This commit is contained in:
Miro Hrončok 2023-05-24 10:24:30 +02:00
parent 16a1852edd
commit 490ede4166

View File

@ -15,8 +15,11 @@ BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: pyproject-rpm-macros
%if %{with tests}
BuildRequires: git-core
# Don't pull mercurial into RHEL just to test this work with it
%if %{undefined rhel}
BuildRequires: mercurial
%endif
%endif
%description
Setuptools_scm handles managing your Python package versions in SCM metadata.