Drop unused python-virtualenv test dependency
This commit is contained in:
parent
21af721afc
commit
2ae0721edd
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-setuptools_scm
|
Name: python-setuptools_scm
|
||||||
Version: 7.1.0
|
Version: 7.1.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Blessed package to manage your versions by SCM tags
|
Summary: Blessed package to manage your versions by SCM tags
|
||||||
|
|
||||||
# SPDX
|
# SPDX
|
||||||
@ -21,9 +21,9 @@ BuildRequires: git-core
|
|||||||
BuildRequires: mercurial
|
BuildRequires: mercurial
|
||||||
%endif
|
%endif
|
||||||
# Manually listed test dependencies from tox.ini, to avoid pulling tox into RHEL
|
# Manually listed test dependencies from tox.ini, to avoid pulling tox into RHEL
|
||||||
|
# Omit virtualenv, used only for test_distlib_setuptools_works skipped below (requires internet)
|
||||||
BuildRequires: python3dist(pytest)
|
BuildRequires: python3dist(pytest)
|
||||||
BuildRequires: python3dist(setuptools) >= 45
|
BuildRequires: python3dist(setuptools) >= 45
|
||||||
BuildRequires: python3dist(virtualenv) > 20
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,6 +76,9 @@ It also handles file finders for the supported SCMs.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 30 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 7.1.0-4
|
||||||
|
- Drop unused python-virtualenv test dependency
|
||||||
|
|
||||||
* Wed May 24 2023 Miro Hrončok <mhroncok@redhat.com> - 7.1.0-3
|
* Wed May 24 2023 Miro Hrončok <mhroncok@redhat.com> - 7.1.0-3
|
||||||
- Drop the build dependency on tox
|
- Drop the build dependency on tox
|
||||||
- Verify the license tag is SDPX
|
- Verify the license tag is SDPX
|
||||||
|
Loading…
Reference in New Issue
Block a user