gnu: Remove python2-pep8.

* gnu/packages/python-xyz.scm (python2-pep8): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:12:29 -04:00
parent 2f049c3ac4
commit 722fb58519
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10727,9 +10727,6 @@ (define-public python-pep8
PEP 8.") PEP 8.")
(license license:expat))) (license license:expat)))
(define-public python2-pep8
(package-with-python2 python-pep8))
(define-public python-pep8-naming (define-public python-pep8-naming
(package (package
(name "python-pep8-naming") (name "python-pep8-naming")