efraim pushed a commit to branch master
in repository guix.
commit e1143622ed40d9d6a3ec9dfd319b678f824487ec
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Dec 15 17:44:56 2024 +0200
gnu: python-awscrt: Fix build.
* gnu/packages/python-web.scm (python-awscrt)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: I810ca9e4d5ecfd73786b2a4a60a1ff51faf8b252
---
gnu/packages/python-web.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eb02c33b7c..b7d57b96a7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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