merge bitcoin#24508: Drop unneeded openssl dependency for signapple

This commit is contained in:
Kittywhiskers Van Gogh 2023-06-11 04:38:03 +00:00 committed by PastaPastaPasta
parent 14f6e37680
commit 6169e200c3

View File

@ -498,8 +498,7 @@ and endian independent.")
("python-certvalidator" ,python-certvalidator) ("python-certvalidator" ,python-certvalidator)
("python-elfesteem" ,python-elfesteem) ("python-elfesteem" ,python-elfesteem)
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-macholib" ,python-macholib) ("python-macholib" ,python-macholib)))
("libcrypto" ,openssl)))
;; There are no tests, but attempting to run python setup.py test leads to ;; There are no tests, but attempting to run python setup.py test leads to
;; problems, just disable the test ;; problems, just disable the test
(arguments '(#:tests? #f)) (arguments '(#:tests? #f))