diff --git a/python-psutil.spec b/python-psutil.spec index 94f4a1a..8dc3627 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 5.6.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} License: BSD @@ -33,6 +33,7 @@ BuildRequires: python2-ipaddress # The exception is for chromium (chrome-remote-desktop) # https://pagure.io/fesco/issue/2214 BuildRequires: python27 +BuildRequires: python2-setuptools %endif %description @@ -111,6 +112,9 @@ done %changelog +* Sun Oct 06 2019 Kevin Fenzi - 5.6.3-5 +- Add python2-setuptools to BuildRequires to fix egg info. Fixes bug #1750362 + * Tue Sep 03 2019 Miro HronĨok - 5.6.3-4 - Reduce unused build dependencies