diff options
-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 fc2806a22f..995f5aaf03 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19269,9 +19269,6 @@ JSON) codec.") @end enumerate") (license (license:x11-style "file://LICENSE")))) -(define-public python2-cheetah - (package-with-python2 python-cheetah)) - (define-public python-dulwich (package (name "python-dulwich") |