testing/tpm2-tools Fix depends
The libtss2-tcti-device.so
is missing, otherwise no tpm2_* calls are working; eG:
/ # tpm2_pcrread
ERROR:tcti:src/tss2-tcti/tctildr.c:430:Tss2_TctiLdr_Initialize_Ex() Failed to instantiate TCTI
ERROR: Could not load tcti, got: "(null)"
The libtss2-tcti-device.so
comes with tpm2-tss-dev
so I added this as dependency (and removed it from the makdepnds). Maybe there are better solutions.