diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-11-15 15:26:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-25 00:22:06 +0100 |
commit | 1fc90c083206f52fc693f7a22ef067ce226465a9 (patch) | |
tree | 5e68e65177a38f8a974868319d9d8ecd17216876 | |
parent | 3258335e229cf8839942a70ff9c7950b87bc3516 (diff) | |
download | guix-1fc90c083206f52fc693f7a22ef067ce226465a9.tar guix-1fc90c083206f52fc693f7a22ef067ce226465a9.tar.gz |
gnu: python2-munkres: Remove package.
* gnu/packages/python-xyz.scm (python2-munkres): 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 7f178d7454..6250f397cb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14383,9 +14383,6 @@ algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem.") (license license:bsd-3))) -(define-public python2-munkres - (package-with-python2 python-munkres)) - (define-public python-whoosh (package (name "python-whoosh") |