diff --git a/scons.spec b/scons.spec index 1551435..2b632c8 100644 --- a/scons.spec +++ b/scons.spec @@ -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 - 4.0.1-3 +- BuildRequires python3-setuptools explicitly + * Wed Jul 29 2020 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild