mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Remove python2-parso.
* gnu/packages/python-xyz.scm (python2-parso): Delete variable.
This commit is contained in:
parent
7d42c04f09
commit
2dc5af1fc9
1 changed files with 0 additions and 3 deletions
|
@ -22526,9 +22526,6 @@ (define-public python-parso
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue