diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:44:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:48 -0400 |
commit | 1351249e9625d3d02597b6665af26ca7d3eb6a99 (patch) | |
tree | 54f82ebdbd8d7fa084a5e04aa405344a2bb35d6d | |
parent | a969dd23c1eb2635c524dc83208de616e0371d3f (diff) |
gnu: Remove python2-phonenumbers.
* gnu/packages/python-xyz.scm (python2-phonenumbers): Delete variable.
-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 13d2dc0608..2bd2b1ef79 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22277,9 +22277,6 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.") "This package provides a Python port of Google's libphonenumber library.") (license license:asl2.0))) -(define-public python2-phonenumbers - (package-with-python2 python-phonenumbers)) - (define-public python-heapdict (package (name "python-heapdict") |