diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:23:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:08 -0400 |
commit | fc90a42f5f11cbe082369732feb773cf4ac4be0d (patch) | |
tree | 3eb50dc6557bb6e2dd77913d0be9a2d4ae59701c /gnu/packages/python-xyz.scm | |
parent | 41e7bfb458909b13413edcaaf8f4fd913fa58ecb (diff) |
gnu: Remove python2-numexpr.
* gnu/packages/python-xyz.scm (python2-numexpr): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cba4a76af8..c7628d010b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6418,9 +6418,6 @@ computations, most specially if they are not memory-bounded (e.g. those using transcendental functions).") (license license:expat))) -(define-public python2-numexpr - (package-with-python2 python-numexpr)) - (define-public python-cycler (package (name "python-cycler") |