diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-14 22:01:35 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-14 22:01:35 +0200 |
commit | 0a72157271e0860ca779444403737b1bd45f6e03 (patch) | |
tree | 160748a739bfe488fd4e1a8b7a581f00c195ffe8 | |
parent | f5e3f02fdd668c24717b63f0289394cfd704f726 (diff) | |
download | guix-0a72157271e0860ca779444403737b1bd45f6e03.tar guix-0a72157271e0860ca779444403737b1bd45f6e03.tar.gz |
gnu: Remove python2-pywavelets.
This package no longer supports Python 2 since the update in
501d89d707a64335731f54e0e28dbf252b31afc7 and has no dependents.
* gnu/packages/python-xyz.scm (python2-pywavelets): Remove 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 121be26676..15d9e097c5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5599,9 +5599,6 @@ similar to Fourier transforms, the difference being that Fourier transforms are localized only in frequency instead of in time and frequency.") (license license:expat))) -(define-public python2-pywavelets - (package-with-python2 python-pywavelets)) - (define-public python-pywinrm (package (name "python-pywinrm") |