gnu: Remove python2-autopep8.

* gnu/packages/python-xyz.scm (python2-autopep8): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:22:31 -04:00
parent 81db76247c
commit 2ab90fcf3a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7114,9 +7114,6 @@ (define-public python-autopep8
(license (license:non-copyleft (license (license:non-copyleft
"https://github.com/hhatto/autopep8/blob/master/LICENSE")))) "https://github.com/hhatto/autopep8/blob/master/LICENSE"))))
(define-public python2-autopep8
(package-with-python2 python-autopep8))
(define-public python-distlib (define-public python-distlib
(package (package
(name "python-distlib") (name "python-distlib")