summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-11-15 15:26:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-11-25 00:22:06 +0100
commit1fc90c083206f52fc693f7a22ef067ce226465a9 (patch)
tree5e68e65177a38f8a974868319d9d8ecd17216876 /gnu
parent3258335e229cf8839942a70ff9c7950b87bc3516 (diff)
downloadguix-patches-1fc90c083206f52fc693f7a22ef067ce226465a9.tar
guix-patches-1fc90c083206f52fc693f7a22ef067ce226465a9.tar.gz
gnu: python2-munkres: Remove package.
* gnu/packages/python-xyz.scm (python2-munkres): Delete variable.
Diffstat (limited to 'gnu')
-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 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")