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.")
(license license:expat)))
(define-public python2-parso
(package-with-python2 python-parso))
(define-public python-async-generator
(package
(name "python-async-generator")