summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-09-14 18:15:22 +0200
committerAndreas Enge <andreas@enge.fr>2025-09-14 18:22:09 +0200
commitf36c79af6581a2c652ec7ce6c418e3f3a953e236 (patch)
treed0922b14693a2557459fd51bc90b1114e4b46abb /gnu/packages/python-xyz.scm
parent2f3c5fa2cf99d64ac17c448a41a98316582a7c41 (diff)
gnu: Remove python-pyyaml-5.
* gnu/packages/python-xyz.scm (python-pyyaml-5): Delete variable. Fixes: guix/guix#1390 Change-Id: I27d160667e9813b38c6a7ffbc03dd6df8c042c17
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b998275b1a..1f894153a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")