gnu: Remove python2-pyev.

* gnu/packages/python-xyz.scm (python2-pyev): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:24:05 -04:00
parent 15e9d9aab3
commit 8084ae2e6a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19114,9 +19114,6 @@ (define-public python-pyev
(description "Pyev provides a Python interface to libev.")
(license license:gpl3)))
(define-public python2-pyev
(package-with-python2 python-pyev))
(define-public python-imagesize
(package
(name "python-imagesize")