diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:43:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:45 -0400 |
commit | 38d6bfb6d611d069a5f615d1a4843e76705fed80 (patch) | |
tree | c53fa3f2ab3f5467221ba039071864a3d86c9bc5 | |
parent | a5581a11354b813bac186da74acdfdd98c01fe3e (diff) |
gnu: Remove python2-kitchen.
* gnu/packages/python-xyz.scm (python2-kitchen): 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 8d4a029257..891d7dbfe2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3821,9 +3821,6 @@ cutting and pasting that code over and over.") ;; kitchen/pycompat25/defaultdict.py: license:psfl)))) -(define-public python2-kitchen - (package-with-python2 python-kitchen)) - (define-public python-roman (package (name "python-roman") |