explicit BuildRequires: python3-setuptools

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2020-06-23 13:14:09 -04:00
parent bc813f3e27
commit 165b431299
1 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,7 @@ BuildRequires: python-devel
%else
Requires: python3-gobject, python3-pyparsing
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%endif
%if ( 0%{?suse_version} )
Requires: dbus-1-python
@ -859,6 +860,9 @@ exit 0
%endif
%changelog
* Tue Jun 23 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com>
- explicit BuildRequires: python3-setuptools
* Thu Jun 18 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 3.3-3
- rhbz#1848208