1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: Remove python2-parso.

* gnu/packages/python-xyz.scm (python2-parso): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 22:59:52 -04:00
parent 7d42c04f09
commit 2dc5af1fc9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22526,9 +22526,6 @@ round-trip parsing for different Python versions (in multiple Python versions).
Parso is also able to list multiple syntax errors in your Python file.") Parso is also able to list multiple syntax errors in your Python file.")
(license license:expat))) (license license:expat)))
(define-public python2-parso
(package-with-python2 python-parso))
(define-public python-async-generator (define-public python-async-generator
(package (package
(name "python-async-generator") (name "python-async-generator")