BuildRequires python3-setuptools explicitly

This commit is contained in:
sagitter 2020-10-05 18:47:19 +02:00
parent d736d27b1f
commit ec1247b200

View File

@ -14,7 +14,7 @@
Name: scons
Version: 4.0.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: An Open Source software construction tool
License: MIT
URL: http://www.scons.org
@ -56,6 +56,7 @@ Summary: An Open Source software construction tool
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-lxml
BuildRequires: python%{python3_pkgversion}-wheel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: lynx
Provides: scons = 0:%{version}-%{release}
Provides: scons-python3 = 0:%{version}-%{release}
@ -88,6 +89,7 @@ Summary: An Open Source software construction tool
BuildRequires: python%{python3_other_pkgversion}-devel
BuildRequires: python%{python3_other_pkgversion}-lxml
BuildRequires: python%{python3_other_pkgversion}-setuptools
Provides: scons-%{__python3_other} = %{version}-%{release}
%{?python_provide:%python_provide python%{python3_other_pkgversion}-%{name}}
@ -239,6 +241,9 @@ popd
%license LICENSE*
%changelog
* Mon Oct 05 2020 Antonio Trande <sagitter@fedoraproject.org> - 4.0.1-3
- BuildRequires python3-setuptools explicitly
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild