summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-06-08 16:37:42 +0200
committerLeo Famulari <leo@famulari.name>2021-06-08 13:10:22 -0400
commite13ab46c2052609c4ad792aeb304a752b50d034e (patch)
treeb27c58b8599e43e67d81d13a88aeb8c7942b6084
parent0c0d84603d63ae9eb04edf39582a6b222389c962 (diff)
gnu: python2-bigfloat: Remove package.
* gnu/packages/python-xyz.scm (python2-bigfloat): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 998c5e9fbb..bda9d8c4e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8871,9 +8871,6 @@ more advanced mathematics.")
multiprecision arithmetic.")
(license license:lgpl3+)))
-(define-public python2-bigfloat
- (package-with-python2 python-bigfloat))
-
(define-public python-sympy
(package
(name "python-sympy")