Add BR on setuptools for all package combinations

This commit is contained in:
Michel Alexandre Salim 2020-06-23 20:18:21 -07:00
parent accc13ea06
commit a871772027
1 changed files with 6 additions and 1 deletions

View File

@ -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 <salimma@fedoraproject.org> - 5.6.7-3
- Add BR on setuptools for all package combinations
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 5.6.7-2
- Rebuilt for Python 3.9