Date: Thursday, April 7, 2022 @ 09:18:53
  Author: diabonas
Revision: 1182778

tpm2-pkcs11: explicitly depend on python-pyasn1

tools/tpm2_pkcs11/utils.py imports pyasn1.codec.der from python-pyasn1. This
dependecy is already fulfilled transitively through python-pyasn1-modules, but
it is better to be explicit.

Modified:
  tpm2-pkcs11/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-07 09:15:46 UTC (rev 1182777)
+++ PKGBUILD    2022-04-07 09:18:53 UTC (rev 1182778)
@@ -6,8 +6,8 @@
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-pkcs11'
 license=('BSD')
-depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 
'python-pyasn1-modules'
-         'python-tpm2-pytss' 'python-yaml' 'sqlite' 'tpm2-tools' 'tpm2-tss'
+depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 
'python-pyasn1'
+         'python-pyasn1-modules' 'python-tpm2-pytss' 'python-yaml' 'sqlite' 
'tpm2-tools' 'tpm2-tss'
          'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 
'libtss2-tctildr.so')
 makedepends=('cmocka' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 
'openssh'

Reply via email to