diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template index 20368e5b2ad..1946f6cab49 100644 --- a/srcpkgs/yubikey-manager/template +++ b/srcpkgs/yubikey-manager/template @@ -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"