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

gnu: python2-greenlet: Remove package.

* gnu/packages/python-xyz.scm (python2-greenlet): Remove variable.
This commit is contained in:
Maxim Cournoyer 2020-12-19 18:38:34 -05:00
parent fed863bbc5
commit 2ecdf42b5a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12484,9 +12484,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 python2-greenlet
(package-with-python2 python-greenlet))
(define-public python-objgraph
(package
(name "python-objgraph")