3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python-pyyaml-for-awscli.

* gnu/packages/python-xyz.scm (python-pyyaml-for-awscli): Remove
  variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Felix Gruber 2022-04-17 20:04:22 +00:00 committed by Ludovic Courtès
parent 4810100db6
commit 617d8a836f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3941,18 +3941,6 @@ provides Python-specific tags that represent an arbitrary Python object.")
(base32
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0")))))))
(define-public python-pyyaml-for-awscli
(package
(inherit python-pyyaml)
(version "5.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyYAML" version))
(sha256
(base32
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))))
(define-public python-vine
(package
(name "python-vine")