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

* gnu/packages/python-xyz.scm (python2-astor): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:08:59 -04:00
parent 53ef4cc404
commit 242d07cad0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -23776,9 +23776,6 @@ of Python libraries for building Python applications.")
source via the Abstract Syntax Tree.")
(license license:bsd-3)))
(define-public python2-astor
(package-with-python2 python-astor))
(define-public python-astunparse
(package
(name "python-astunparse")