diff options
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index 1d11564..ba812eb 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -87,9 +87,9 @@ "/lib/libtss2-tcti-device.so:/dev/tpm0")))) #t))) (delete 'sanity-check)))) - (inputs `(("openssl" ,openssl) - ("python-idna" ,python-idna) + (inputs `(("openssl" ,openssl-1.1) ("python-requests" ,python-requests) + ("python-idna" ,python-idna) ("python-authlib-0.14.3" ,python-authlib-0.14.3) ("python-pycryptodomex" ,python-pycryptodomex) ("python-jose" ,python-jose) @@ -156,13 +156,11 @@ #t))) (delete 'sanity-check)))) (inputs `(("python-waitress" ,python-waitress) - ("openssl" ,openssl) - ("python-idna" ,python-idna) + ("openssl" ,openssl-1.1) ("python-requests" ,python-requests) ("python-flask" ,python-flask) ("python-werkzeug" ,python-werkzeug) ("python-authlib-0.14.3" ,python-authlib-0.14.3) - ("python-exitstatus-2.0.1" ,python-exitstatus-2.0.1) ("python-pycryptodomex" ,python-pycryptodomex) ("python-jose" ,python-jose) ("python-pyyaml" ,python-pyyaml) @@ -219,14 +217,12 @@ (,(string-append tpm2-tss "/lib/libtss2-tcti-device.so:/dev/tpm0")))) #t))) (delete 'sanity-check)))) - (inputs `(("openssl" ,openssl) - ("python-idna" ,python-idna) + (inputs `(("openssl" ,openssl-1.1) ("python-requests" ,python-requests) ("python-authlib-0.14.3" ,python-authlib-0.14.3) - ("python-exitstatus-2.0.1" ,python-exitstatus-2.0.1) ("python-pycryptodomex" ,python-pycryptodomex) ("python-jose" ,python-jose) - ("python-pyyaml-v5.3.1" ,python-pyyaml-v5.3.1) + ("python-pyyaml" ,python-pyyaml) ("python-shortuuid" ,python-shortuuid-v1) ("python-appdirs" ,python-appdirs) ("python-psutil" ,python-psutil) @@ -281,16 +277,14 @@ "/lib/libtss2-tcti-device.so:/dev/tpm0")))) #t))) (delete 'sanity-check)))) (inputs `(("python-waitress" ,python-waitress) - ("openssl" ,openssl) - ("python-idna" ,python-idna) + ("openssl" ,openssl-1.1) ("python-requests" ,python-requests) ("python-flask" ,python-flask) ("python-werkzeug" ,python-werkzeug) ("python-authlib-0.14.3" ,python-authlib-0.14.3) - ("python-exitstatus-2.0.1" ,python-exitstatus-2.0.1) ("python-pycryptodomex" ,python-pycryptodomex) ("python-jose" ,python-jose) - ("python-pyyaml-v5.3.1" ,python-pyyaml-v5.3.1) + ("python-pyyaml" ,python-pyyaml) ("python-shortuuid" ,python-shortuuid-v1) ("python-appdirs" ,python-appdirs) ("python-psutil" ,python-psutil) @@ -360,7 +354,7 @@ `("TPM2TOOLS_TCTI" ":" prefix (,(string-append tpm2-tss "/lib/libtss2-tcti-device.so:/dev/tpm0")))) #t)))))) - (inputs `(("openssl" ,openssl) + (inputs `(("openssl" ,openssl-1.1) ("tpm2-tss" ,tpm2-tss-openssl-1.1) ("tpm2-tss-engine" ,tpm2-tss-engine) ("bash-minimal" ,bash-minimal))) @@ -412,14 +406,12 @@ configuration file from commandline args and upload results to the server") "/lib/libtss2-tcti-device.so:/dev/tpm0")))) #t))) (delete 'sanity-check)))) (inputs `(("python-waitress" ,python-waitress) - ("openssl" ,openssl) - ("python-idna" ,python-idna) + ("openssl" ,openssl-1.1) ("python-requests" ,python-requests) ("python-authlib-0.14.3" ,python-authlib-0.14.3) - ("python-exitstatus-2.0.1" ,python-exitstatus-2.0.1) ("python-pycryptodomex" ,python-pycryptodomex) ("python-jose" ,python-jose) - ("python-pyyaml-v5.3.1" ,python-pyyaml-v5.3.1) + ("python-pyyaml" ,python-pyyaml) ("python-shortuuid" ,python-shortuuid-v1) ("python-appdirs" ,python-appdirs) ("python-psutil" ,python-psutil) |