diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-02-09 01:47:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-09 01:47:24 -0300 |
commit | d0eb8b3c42526c14837408748437fde390e41785 (patch) | |
tree | 0258e10b984f35b547d1ec58abd81642268c905d | |
parent | 34d9b1d43e0a65326762b52c50593d1f2d6bc0a8 (diff) | |
download | aports-d0eb8b3c42526c14837408748437fde390e41785.tar.gz aports-d0eb8b3c42526c14837408748437fde390e41785.tar.bz2 aports-d0eb8b3c42526c14837408748437fde390e41785.tar.xz |
community/yubikey-manager: drop dep on py3-setuptools
-rw-r--r-- | community/yubikey-manager/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/yubikey-manager/APKBUILD b/community/yubikey-manager/APKBUILD index d8df2759ab..3a54e9821e 100644 --- a/community/yubikey-manager/APKBUILD +++ b/community/yubikey-manager/APKBUILD @@ -2,14 +2,16 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=yubikey-manager pkgver=3.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python library and command line tool for configuring any YubiKey over all USB interfaces" url="https://developers.yubico.com/yubikey-manager/" arch="noarch" license="BSD-2-Clause" depends="python3 py3-ykman py3-click py3-usb py3-pyscard py3-openssl py3-fido2 - py3-cryptography py3-setuptools libusb ykpers-dev yubico-c pcsc-lite - pcsc-lite-libs libu2f-host ccid" + py3-cryptography libusb ykpers-dev yubico-c pcsc-lite pcsc-lite-libs libu2f-host + ccid + " +makedepends="py3-setuptools" subpackages="py3-ykman" source="https://developers.yubico.com/yubikey-manager/Releases/yubikey-manager-$pkgver.tar.gz" |