diff --git a/python-psutil.spec b/python-psutil.spec index 573713b..841e81b 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 5.6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} License: BSD @@ -23,11 +23,13 @@ BuildRequires: python%{python3_pkgversion}-devel # Test dependencies BuildRequires: procps-ng BuildRequires: python%{python3_pkgversion}-mock +BuildRequires: python%{python3_pkgversion}-setuptools %if 0%{?fedora} < 32 BuildRequires: python2-mock BuildRequires: python2-devel BuildRequires: python2-ipaddress +BuildRequires: python2-setuptools %else # This package has an exception to use Python 2 in Fedora 32+ # The exception is for chromium (chrome-remote-desktop) @@ -112,6 +114,9 @@ done %changelog +* Wed Jun 24 2020 Michel Alexandre Salim - 5.6.7-3 +- Add BR on setuptools for all package combinations + * Sat May 23 2020 Miro HronĨok - 5.6.7-2 - Rebuilt for Python 3.9