BuildRequires: python3-setuptools

This commit is contained in:
Gwyn Ciesla 2020-06-23 13:10:10 -05:00
parent 8d41b4288c
commit 48075393eb

View File

@ -1,6 +1,6 @@
Name: pyusb
Version: 1.0.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Python bindings for libusb
License: BSD
URL: https://github.com/pyusb/pyusb/
@ -18,6 +18,7 @@ methods to support most USB operations.
Summary: %summary
%{?python_provide:%python_provide python3-pyusb}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-pyusb
PyUSB provides easy USB access to python. The module contains classes and
@ -39,6 +40,9 @@ sed -i -e 's/\r//g' README.rst
%{python3_sitelib}/*
%changelog
* Tue Jun 23 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.0.2-9
- BR python3-setuptools
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.2-8
- Rebuilt for Python 3.9