gnu: Remove python-greenlet-2.

* gnu/packages/python-xyz.scm (python-greenlet-2): Delete variable.

Fixes: guix/guix#6801
Change-Id: Ib008ce81ca3af00d8c5c933d615b5a89effcc9ca
This commit is contained in:
Sharlatan Hellseher
2026-03-01 21:33:17 +00:00
committed by Andreas Enge
parent 939d596692
commit aabb9802db

View File

@@ -21414,18 +21414,6 @@ pseudo-concurrently (typically in a single or a few OS-level threads) and
are synchronized with data exchanges on \"channels\".")
(license (list license:psfl license:expat))))
(define-public python-greenlet-2
(hidden-package
(package
(inherit python-greenlet)
(version "2.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "greenlet" version))
(sha256
(base32 "1h1l1mll5s4y1b09asf2jps0m7wyshnis1aassz9gc3xmw9xrj77")))))))
(define-public python-objgraph
(package
(name "python-objgraph")