Add python2-setuptools to BuildRequires

This gives us the full egg-info directory.
If we don't do this, then upgrades are broken because the egg-info dir
switches to a file which conflicts. See bug 1750362

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-06 13:38:49 -07:00
parent 797de7c8f2
commit f1d9e101a6

View File

@ -6,7 +6,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 5.6.3 Version: 5.6.3
Release: 4%{?dist} Release: 5%{?dist}
Summary: %{sum} Summary: %{sum}
License: BSD License: BSD
@ -33,6 +33,7 @@ BuildRequires: python2-ipaddress
# The exception is for chromium (chrome-remote-desktop) # The exception is for chromium (chrome-remote-desktop)
# https://pagure.io/fesco/issue/2214 # https://pagure.io/fesco/issue/2214
BuildRequires: python27 BuildRequires: python27
BuildRequires: python2-setuptools
%endif %endif
%description %description
@ -111,6 +112,9 @@ done
%changelog %changelog
* Sun Oct 06 2019 Kevin Fenzi <kevin@scrye.com> - 5.6.3-5
- Add python2-setuptools to BuildRequires to fix egg info. Fixes bug #1750362
* Tue Sep 03 2019 Miro Hrončok <mhroncok@redhat.com> - 5.6.3-4 * Tue Sep 03 2019 Miro Hrončok <mhroncok@redhat.com> - 5.6.3-4
- Reduce unused build dependencies - Reduce unused build dependencies