3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-flake8-polyfill.

* gnu/packages/python-xyz.scm (python2-flake8-polyfill): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:02:15 -04:00
parent b5891dab65
commit dd10d66a4c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11162,9 +11162,6 @@ unnecessary plus operators for explicit string literal concatenation.")
plugins that intend to support Flake8 2.x and 3.x simultaneously.")
(license license:expat)))
(define-public python2-flake8-polyfill
(package-with-python2 python-flake8-polyfill))
(define-public python-flake8-print
(package
(name "python-flake8-print")