Archived
1
0
Fork 0

gnu: Remove python2-lazy-object-proxy.

* gnu/packages/python-xyz.scm (python2-lazy-object-proxy): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:08:44 -04:00
parent 810f12114a
commit 53ef4cc404
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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.") until the object is actually required, and caches the result of said call.")
(license license:bsd-2))) (license license:bsd-2)))
(define-public python2-lazy-object-proxy
(package-with-python2 python-lazy-object-proxy))
(define-public python-dnspython (define-public python-dnspython
(package (package
(name "python-dnspython") (name "python-dnspython")