summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-12-01 17:09:03 +0100
committerAndreas Enge <andreas@enge.fr>2025-12-01 17:09:06 +0100
commit17ca3d69415cfd6e2e0d31bb4cc422fe76ff4aeb (patch)
tree43d1b793b73e38abbeec10768c1811fb452928e9 /gnu/packages/python-web.scm
parentbca99f03504fda5cdea6239021347bca86d89fc7 (diff)
gnu: Remove awscliv2.
* gnu/packages/python-web.scm (awscliv2): Delete variable. Fixes: guix/guix#3926 Change-Id: I33c7a0e3103956d5430b040346e58af99d5333fe
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 328fd026eda..52b42b32ead 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7134,31 +7134,6 @@ Services (AWS) API.")
python-pytest
python-pytest-xdist))))
-;; This is not an official release of awscli version 2, so it should not be
-;; named awscli.
-(define-public awscliv2
- (package
- (inherit awscli)
- (name "awscliv2")
- (version "2.3.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri name version))
- (sha256
- (base32
- "1bpp6kmb75qdhgzsx69ki04345bfkzwnmg84y5x6nyfpph2g3fsz"))))
- (arguments
- ;; FIXME: The 'pypi' release does not contain tests.
- '(#:tests? #f))
- (inputs
- (list python-importlib-resources
- python-executor))
- (native-inputs
- (list python-poetry-core
- python-pytest))))
-
-
(define-public python-wsgiproxy2
(package
(name "python-wsgiproxy2")