~ruther/guix-local

f36c79af6581a2c652ec7ce6c418e3f3a953e236 — Andreas Enge 6 months ago 2f3c5fa
gnu: Remove python-pyyaml-5.

* gnu/packages/python-xyz.scm (python-pyyaml-5): Delete variable.

Fixes: guix/guix#1390
Change-Id: I27d160667e9813b38c6a7ffbc03dd6df8c042c17
1 files changed, 0 insertions(+), 12 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -12
@@ 7749,18 7749,6 @@ API, and sensible error messages.  PyYAML supports standard YAML tags and
provides Python-specific tags that represent an arbitrary Python object.")
    (license license:expat)))

(define-public python-pyyaml-5
  (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")