diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:08:44 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:24 -0400 |
commit | 53ef4cc4048817656506b06c53b6e9fee196361a (patch) | |
tree | 5ca56b1ad6a5ae92e734d5aaeaee610a36a7a327 /gnu/packages | |
parent | 810f12114a33dad2b833ea90a59935138d6b8252 (diff) | |
download | guix-53ef4cc4048817656506b06c53b6e9fee196361a.tar.gz |
gnu: Remove python2-lazy-object-proxy.
* gnu/packages/python-xyz.scm (python2-lazy-object-proxy): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 6b2e233165..11f2433067 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17382,9 +17382,6 @@ inspection of types defined in the Python standard typing module.") until the object is actually required, and caches the result of said call.") (license license:bsd-2))) -(define-public python2-lazy-object-proxy - (package-with-python2 python-lazy-object-proxy)) - (define-public python-dnspython (package (name "python-dnspython") |