me
/
guix
Archived
1
0
Fork 0

gnu: python-ply: Remove Python 2 variant.

* gnu/packages/python-xyz.scm (python2-ply): Remove variable.
master
Tobias Geerinckx-Rice 2020-05-20 00:45:54 +02:00
parent 0645a24b56
commit 5a4d48af52
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 3 deletions

View File

@ -11410,9 +11410,6 @@ network support library.")
It uses LR parsing and does extensive error checking.") It uses LR parsing and does extensive error checking.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-ply
(package-with-python2 python-ply))
(define-public python-tabulate (define-public python-tabulate
(package (package
(name "python-tabulate") (name "python-tabulate")