mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-awscrt: Fix build.
* gnu/packages/python-web.scm (python-awscrt)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I810ca9e4d5ecfd73786b2a4a60a1ff51faf8b252
This commit is contained in:
parent
2f2efbfef9
commit
e1143622ed
1 changed files with 2 additions and 0 deletions
|
@ -4302,6 +4302,8 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if
|
|||
"discover" "--verbose")))))))
|
||||
(inputs (list openssl))
|
||||
(native-inputs (list cmake-minimal
|
||||
python-setuptools
|
||||
python-wheel
|
||||
;; For tests only
|
||||
nss-certs-for-test
|
||||
python-boto3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue