3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-inflection.

* gnu/packages/python-xyz.scm (python2-inflection): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:00:09 -04:00
parent f137896cfd
commit 979af29d5c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -17157,9 +17157,6 @@ and pluralizes English words, and transforms strings from CamelCase to
underscored string.")
(license license:expat)))
(define-public python2-inflection
(package-with-python2 python-inflection))
(define-public python-pylev
(package
(name "python-pylev")