mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
tpm2-pytss: Add python3-asn1crypto runtime dependency
The tpm2-pytss module is importing the module asn1crypto in tsskey.py, however, the current bitbake recipe is not including this python package as runtime dependency. This causes the module invocation to fail at the moment. The commit adds this dependency to the bitbake recipe, to make the recipe self contained. Signed-off-by: Omri Sarig <omri.sarig13@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -18,4 +18,4 @@ DEPENDS = " \
|
||||
tpm2-tss \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "libtss2"
|
||||
RDEPENDS:${PN} = "libtss2 python3-asn1crypto"
|
||||
|
||||
Reference in New Issue
Block a user