Skip to content

Commit 1e5b798

Browse files
configure: check for pkcs11 python module
The integration test "test/integration/python-pkcs11.sh" uses pkcs11 python module, test for it to ensure it is not missing. Signed-off-by: Bill Roberts <bill.c.roberts@gmail.com>
1 parent 81a56aa commit 1e5b798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ AS_IF([test "$do_pycheck" == "yes"], [
8686
AX_PYTHON_MODULE([cryptography], [fatal], [$PYTHON])
8787
AX_PYTHON_MODULE([yaml], [fatal], [$PYTHON])
8888
AX_PYTHON_MODULE([tpm2_pytss], [fatal], $[PYTHON])
89+
AX_PYTHON_MODULE([pkcs11], [fatal], $[PYTHON])
8990
])
9091

9192
AC_DEFUN([do_esapi_manage_flags], [

0 commit comments

Comments
 (0)