From 6e19a317d6bfb26d9fda87caa10d55486edb6373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 16 Oct 2020 06:35:42 +0700 Subject: [PATCH] yubikey-manager: depend on udev rules from libfido2 --- srcpkgs/yubikey-manager/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"