0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

guix: Drop unneeded openssl dependency for signapple

This commit is contained in:
Hennadii Stepanov 2022-03-09 10:01:30 +01:00
parent 0cc5a19205
commit e857f0bb55
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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))