From fc90a42f5f11cbe082369732feb773cf4ac4be0d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 22:23:02 -0400 Subject: [PATCH] gnu: Remove python2-numexpr. * gnu/packages/python-xyz.scm (python2-numexpr): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 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")