From b95b97530565cd6a604c03089b54f5f328a54e28 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:04:10 -0400 Subject: [PATCH] gnu: Remove python2-whoosh. * gnu/packages/python-xyz.scm (python2-whoosh): Delete variable. --- gnu/packages/python-xyz.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7f00cefe2a..5b4861266b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16007,14 +16007,6 @@ useful for solving the Assignment Problem.") checking library.") (license license:bsd-2))) -(define-public python2-whoosh - (let ((whoosh (package-with-python2 (strip-python2-variant python-whoosh)))) - (package/inherit whoosh - (propagated-inputs - `(("python2-backport-ssl-match-hostname" - ,python2-backport-ssl-match-hostname) - ,@(package-propagated-inputs whoosh)))))) - (define-public python-codespell (package (name "python-codespell")