diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-09 10:59:46 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-09 11:26:40 +0100 |
| commit | 0d1cef67a9093bffc725412798322b19ec96557a (patch) | |
| tree | c7ecab11d22a7329de10a9bc0cb4cbab5cf95c1e /gnu/packages/python-web.scm | |
| parent | efed60864ebb199169896c39bfa2a1de745c162c (diff) | |
gnu: Remove python-awscrt-for-awscli.
It was ad-hoc variant of python-awscrt, which has only one user -
awscli-2 so no need for duplicating it.
* gnu/packages/python-web.scm (python-awscrt-for-awscli): Delete variable.
Change-Id: I29668c9e0e8ab43094b7cb64ff836c7c9272ccec
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e5fc7a2d3aa..1c6bb7b0e6c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6365,17 +6365,6 @@ 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. |
