gnu: Add python-awscrt-for-awscli.

* gnu/packages/python-web.scm (python-awscrt-for-awscli): New variable.

Change-Id: Iea7f6467d01eee447d6605390be1066589537aae
This commit is contained in:
Ricardo Wurmus 2024-11-13 18:16:21 +01:00 committed by Sharlatan Hellseher
parent ad876569dc
commit 1e52bb77f0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4206,6 +4206,17 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if
"This package provides a common runtime for AWS Python projects.")
(license license:asl2.0)))
(define-public python-awscrt-for-awscli
(package
(inherit python-awscrt)
(version "0.22.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "awscrt" version))
(sha256
(base32 "0w6pw42jbznrxh92cd97p96dg2nz698mcbfy7md3zw18jfsb18jc"))))))
(define-public awscli
(package
;; Note: updating awscli typically requires updating botocore as well.