mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ad876569dc
commit
1e52bb77f0
1 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue