summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:00:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:16 -0400
commit979af29d5c3db3b3a9671b122ccbbbec2a9e6c9f (patch)
treebe0e6730bc7fbc35f698afde6cca1e4f9d6dc553 /gnu
parentf137896cfda05ec3a6dc9251cb9cc885e601cafd (diff)
gnu: Remove python2-inflection.
* gnu/packages/python-xyz.scm (python2-inflection): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef20e46128..7cc84e5368 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")