diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 02:48:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:48 -0400 |
commit | e8a4b28581a6b1c92b79a6a8ca06381ee65c454d (patch) | |
tree | 732be6d4194fe73446404e1d5d0aa0b6a4c52f8e | |
parent | 9374dbf3ee650e9daf6ffba3df10c54892f05b2e (diff) |
gnu: Remove python2-snowballstemmer.
* gnu/packages/python-xyz.scm (python2-snowballstemmer): 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 50e5879b0c..c76ab8878c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18050,9 +18050,6 @@ JSON) codec.") English stemmer.") (license license:bsd-3))) -(define-public python2-snowballstemmer - (package-with-python2 python-snowballstemmer)) - (define-public python-setproctitle (package (name "python-setproctitle") |