From 70840b8da1a80029bfc883c0b39ae14d354fed7c Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Thu, 28 Jan 2016 16:13:24 -0600 Subject: [PATCH] require pyusb #1302895 --- yubioath-desktop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index d53cd10..65ed677 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -2,7 +2,7 @@ Name: yubioath-desktop Version: 2.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes BuildArch: noarch @@ -15,7 +15,7 @@ Source2: gpgkey-6FBA95E8.gpg Patch0: fix-pyside-requirement.patch BuildRequires: gnupg2 python2-devel desktop-file-utils -Requires: python-crypto pyscard python-pyside ykpers pcsc-lite-ccid +Requires: python-crypto pyscard python-pyside ykpers pcsc-lite-ccid pyusb Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -76,6 +76,9 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jan 28 2016 Seth Jennings - 2.3.0-2 +- Add pyusb as a required package to avoid python ImportError (#1302895). + * Fri Nov 20 2015 Seth Jennings - 2.3.0-1 - Upstream release.