Add BR on python-setuptools

epel9
Orion Poplawski 5 years ago
parent b570e28480
commit c8de7ef64b

@ -17,7 +17,7 @@
Name: python-%{srcname}
Version: 0.8.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@ -51,6 +51,7 @@ For usage, see the examples/ directory.
%package -n python2-%{srcname}
Summary: %summary
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: python2-cryptography
BuildRequires: python2-six
BuildRequires: python2-enum34
@ -73,6 +74,7 @@ Requires: python2-six
%package -n python%{python3_pkgversion}-%{srcname}
Summary: %summary
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-cryptography
BuildRequires: python%{python3_pkgversion}-six
# For tests
@ -176,6 +178,9 @@ Requires: python%{python3_other_pkgversion}-six
%changelog
* Wed Jun 24 2020 Orion Poplawski <orion@nwra.com> - 0.8.1-4
- Add BR on python-setuptools
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.1-3
- Rebuilt for Python 3.9

Loading…
Cancel
Save