diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:24:51 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:02 -0400 |
commit | fc43de306371a52c0865d103a865daf14ae3c9ad (patch) | |
tree | 1239053279d7248e1cf3af014fea02f593db367d | |
parent | a1f4dcacb3821721522ddf6012fdd35ed349900c (diff) | |
download | guix-fc43de306371a52c0865d103a865daf14ae3c9ad.tar guix-fc43de306371a52c0865d103a865daf14ae3c9ad.tar.gz |
gnu: Remove python2-rply.
* gnu/packages/python-xyz.scm (python2-rply): Delete 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 6b54bf2f94..b78a497cb5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14884,9 +14884,6 @@ works with RPython. It is a more-or-less direct port of David Bazzley's PLY, with a new public API, and RPython support.") (license license:bsd-3))) -(define-public python2-rply - (package-with-python2 python-rply)) - (define-public python-hy (package (name "python-hy") |