Skip to content

Commit

Permalink
yubikey-manager: add checkdepends and missing depends
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jan 12, 2020
1 parent a7b2774 commit bf5a61e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/yubikey-manager/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Template file for 'yubikey-manager'
pkgname=yubikey-manager
version=3.1.0
revision=3
revision=4
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools"
pcsc-ccid libykpers libpcsclite python3-setuptools"
checkdepends="$depends"
short_desc="Library and CLI tools to configure YubiKey"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://developers.yubico.com/yubikey-manager/"
distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"
Expand Down

0 comments on commit bf5a61e

Please sign in to comment.