gnu: Remove python2-numexpr.

* gnu/packages/python-xyz.scm (python2-numexpr): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:23:02 -04:00
parent 41e7bfb458
commit fc90a42f5f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6418,9 +6418,6 @@ (define-public python-numexpr
transcendental functions).")
(license license:expat)))
(define-public python2-numexpr
(package-with-python2 python-numexpr))
(define-public python-cycler
(package
(name "python-cycler")