aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:21:11 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:05 -0400
commit9c054861a1aa4d02af55182ec0b40ea02d89bfdf (patch)
tree765544c0e732a322fb0020ddc5caae373fd77986
parent8b9bda873dc11ff6b73888c1745c15e9618b1778 (diff)
downloadguix-9c054861a1aa4d02af55182ec0b40ea02d89bfdf.tar
guix-9c054861a1aa4d02af55182ec0b40ea02d89bfdf.tar.gz
gnu: Remove python2-mpmath.
* gnu/packages/python-xyz.scm (python2-mpmath): Delete variable.
-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 b109662ec3..fa3cc12c44 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10391,9 +10391,6 @@ Python's float/complex types and math/cmath modules, but also does much
more advanced mathematics.")
(license license:bsd-3)))
-(define-public python2-mpmath
- (package-with-python2 python-mpmath))
-
(define-public python-bigfloat
(package
(name "python-bigfloat")