3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-mpmath.

* gnu/packages/python-xyz.scm (python2-mpmath): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:21:11 -04:00
parent 8b9bda873d
commit 9c054861a1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")