Drop forgotten build dependency on python2-pyusb

This commit is contained in:
Miro Hrončok 2019-10-22 00:53:54 +02:00
parent d12795f44f
commit 1653ae17aa

View File

@ -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 <mhroncok@redhat.com> - 1.3.2-17
- Drop forgotten build dependency on python2-pyusb
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-16
- Rebuilt for Python 3.8.0rc1 (#1748018)