diff options
author | Omri Sarig <omri.sarig13@gmail.com> | 2025-03-11 11:33:33 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-04-13 14:07:57 -0400 |
commit | 784ca4b6584101e971b2d5d76ec7b716ad1301b5 (patch) | |
tree | 34b36ed9e39fe2e85bb48a1006e76fe759c0912d /meta-tpm/lib | |
parent | 75a6ea387b1f48d875ae23ed92a8346c93720f0f (diff) | |
download | meta-security-master.tar.gz |
The tpm2-pkcs11-tools python module is importing several modules which
are not currently included in it's dependencies. This causes the script
invocation to fail. The current commit adds the relevant dependencies,
to ensure that the python module is always able to run.
The relevant dependencies are:
* python3-fcntl: To add the fcntl module, imported in db.py.
* python3-sqlite3: To add the sqlite3 module, imported in db.py.
* python3-tpm2-pytss: To add the tpm2_pytss module, imported in
utils.py.
* python3-compression: To add the zipfile module, imported through
"importlib.metadata import distribution" in tpm2_ptool.
Signed-off-by: Omri Sarig <omri.sarig13@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/lib')
0 files changed, 0 insertions, 0 deletions