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)