yubikey-manager: depend on udev rules from libfido2

This commit is contained in:
Đoàn Trần Công Danh 2020-10-16 06:35:42 +07:00
parent 67da074a05
commit 6e19a317d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=3.1.1
revision=4
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard
depends="libfido2 python3-fido2 python3-openssl python3-usb python3-pyscard
python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools
libykpers"
checkdepends="$depends python3-pytest"