diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:04:10 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:22 -0400 |
commit | b95b97530565cd6a604c03089b54f5f328a54e28 (patch) | |
tree | 44b7c6c410072d4f6295b265ccc849292d6d1503 /gnu | |
parent | f64aac1e4ae04d00de88736b92349c8361e4995e (diff) |
gnu: Remove python2-whoosh.
* gnu/packages/python-xyz.scm (python2-whoosh): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 0 insertions, 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") |