From e857f0bb55b1cd119f1cface8476dcaddc7b6b2f Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 9 Mar 2022 10:01:30 +0100 Subject: [PATCH] guix: Drop unneeded openssl dependency for signapple --- contrib/guix/manifest.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 83dc6b42e8..6c81f42e2d 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -506,8 +506,7 @@ and endian independent.") ("python-certvalidator" ,python-certvalidator) ("python-elfesteem" ,python-elfesteem) ("python-requests" ,python-requests) - ("python-macholib" ,python-macholib) - ("libcrypto" ,openssl))) + ("python-macholib" ,python-macholib))) ;; There are no tests, but attempting to run python setup.py test leads to ;; problems, just disable the test (arguments '(#:tests? #f))