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-pyflakes.

* gnu/packages/python-xyz.scm (python2-pyflakes): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:49:35 -04:00
parent 64c86457db
commit ff37995afc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10629,9 +10629,6 @@ file (e.g. @file{PKG-INFO}).")
"Pyflakes statically checks Python source code for common errors.")
(license license:expat)))
(define-public python2-pyflakes
(package-with-python2 python-pyflakes))
(define-public python-pyflakes-2.2
(package
(inherit python-pyflakes)