From 48075393eb75c0e2c239763f15cf55c799628453 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 23 Jun 2020 13:10:10 -0500 Subject: [PATCH] BuildRequires: python3-setuptools --- pyusb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyusb.spec b/pyusb.spec index 4cb652d..8b81014 100644 --- a/pyusb.spec +++ b/pyusb.spec @@ -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 - 1.0.2-9 +- BR python3-setuptools + * Tue May 26 2020 Miro HronĨok - 1.0.2-8 - Rebuilt for Python 3.9