diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 00:45:54 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 05:56:54 +0200 |
| commit | 5a4d48af52e28e97eac07c40548764ffe03dd6b4 (patch) | |
| tree | 88aa5a4bc64fa041cbf87eb4087b76e507bea8af | |
| parent | 0645a24b5621e34c39ef27a24789d95934cf40b7 (diff) | |
gnu: python-ply: Remove Python 2 variant.
* gnu/packages/python-xyz.scm (python2-ply): Remove variable.
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 67e6a6f93bb..1f96ed43916 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11410,9 +11410,6 @@ network support library.") It uses LR parsing and does extensive error checking.") (license license:bsd-3))) -(define-public python2-ply - (package-with-python2 python-ply)) - (define-public python-tabulate (package (name "python-tabulate") |
