[arch-commits] Commit in tpm2-pkcs11/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Thu Feb 25 09:10:21 UTC 2021


    Date: Thursday, February 25, 2021 @ 09:10:21
  Author: diabonas
Revision: 873312

tpm2-pkcs11: add missing makedepends on python-setuptools

Modified:
  tpm2-pkcs11/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 09:09:18 UTC (rev 873311)
+++ PKGBUILD	2021-02-25 09:10:21 UTC (rev 873312)
@@ -8,7 +8,7 @@
 license=('BSD')
 depends=('libyaml' 'openssl' 'python' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 'sqlite'
          'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('cmocka')
+makedepends=('cmocka' 'python-setuptools')
 checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc'
               'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 'wget' 'xxd')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}



More information about the arch-commits mailing list