From 1653ae17aaa9ab207e4f2dd995c4b06a743d9547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 22 Oct 2019 00:53:54 +0200 Subject: [PATCH] Drop forgotten build dependency on python2-pyusb --- python-yubico.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-yubico.spec b/python-yubico.spec index 435d4ef..e3738e4 100644 --- a/python-yubico.spec +++ b/python-yubico.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.3.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Pure-python library for interacting with Yubikeys License: BSD @@ -13,8 +13,6 @@ Patch0: python-yubico-py3.patch BuildArch: noarch -BuildRequires: pyusb - %description Pure-python library for interacting with Yubikeys @@ -55,6 +53,9 @@ nosetests-%{python3_version} -e test_challenge_response -e test_serial -e test_s %changelog +* Mon Oct 21 2019 Miro Hrončok - 1.3.2-17 +- Drop forgotten build dependency on python2-pyusb + * Thu Oct 03 2019 Miro Hrončok - 1.3.2-16 - Rebuilt for Python 3.8.0rc1 (#1748018)