gnu: Remove python2-pycodestyle.

* gnu/packages/python-xyz.scm (python2-pycodestyle): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:46:51 -04:00
parent 6ce91100d6
commit 674c7b765a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6710,9 +6710,6 @@ (define-public python-pycodestyle
@url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.")
(license license:expat)))
(define-public python2-pycodestyle
(package-with-python2 python-pycodestyle))
(define-public python-pycodestyle-2.6
(package
(inherit python-pycodestyle)