mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove awscliv2.
* gnu/packages/python-web.scm (awscliv2): Delete variable. Fixes: guix/guix#3926 Change-Id: I33c7a0e3103956d5430b040346e58af99d5333fe
This commit is contained in:
parent
bca99f0350
commit
17ca3d6941
1 changed files with 0 additions and 25 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue