diff options
Diffstat (limited to 'gnu')
-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") |