gnu: Remove python2-yapf.

* gnu/packages/python-xyz.scm (python2-yapf): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:20:54 -04:00
parent 6b90432e79
commit 87bd8bd1dd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -22119,9 +22119,6 @@ takes the code and reformats it to the best formatting that conforms to the
style guide, even if the original code didn't violate the style guide.") style guide, even if the original code didn't violate the style guide.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python2-yapf
(package-with-python2 python-yapf))
(define-public python-yq (define-public python-yq
(package (package
(name "python-yq") (name "python-yq")