fix py_requires_append since 3.10 subpackage added [release 60.10.0-3mamba;Sun Apr 03 2022]
This commit is contained in:
parent
948d9c2524
commit
4c65eb6f37
@ -1,7 +1,7 @@
|
||||
Name: python-setuptools
|
||||
Epoch: 1
|
||||
Version: 60.10.0
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: Download, build, install, upgrade and uninstall Python packages
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -21,7 +21,7 @@ BuildArch: noarch
|
||||
setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
|
||||
This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py.
|
||||
|
||||
%if "0%{?with_pyver}" != "036"
|
||||
%if "0%{?with_pyver}" == "03"
|
||||
%define py_requires_append \
|
||||
Requires: python-setuptools_scm%{?pyappend:-%pyappend} \
|
||||
Provides: python-setuptools \
|
||||
@ -91,6 +91,12 @@ rm -f %{buildroot}%{_bindir}/easy_install
|
||||
%{python_sitearch}/setuptools-%{version}-py%{python_version}.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 60.10.0-3mamba
|
||||
- fix py_requires_append since 3.10 subpackage added
|
||||
|
||||
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 60.10.0-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Thu Mar 17 2022 Automatic Build System <autodist@mambasoft.it> 60.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user