diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:03:30 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:20 -0400 |
commit | d0d907dff8e6684d0d15e4567757fb3c41ae6564 (patch) | |
tree | 8081134a9e9584500b183448d3a6359f76b8de66 /gnu | |
parent | c8638b6db6437eb4ed323a1ae411eb21b5c79b8c (diff) |
gnu: Remove python2-clyent.
* gnu/packages/python-xyz.scm (python2-clyent): Delete variable.
Diffstat (limited to 'gnu')
-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 161042124a..a4392bcd15 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1242,9 +1242,6 @@ and function call return values in a human-readable way.") by @code{binstar}, @code{binstar-build}, and @code{chalmers}.") (license license:bsd-3))) -(define-public python2-clyent - (package-with-python2 python-clyent)) - (define-public python-babel (package (name "python-babel") |