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 3598b86d15..a12dc2df50 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16174,9 +16174,6 @@ best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.).") (license license:expat))) -(define-public python2-translitcodec - (package-with-python2 python-translitcodec)) - (define-public python-anyqt (package (name "python-anyqt") |