diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:17:27 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:57:03 -0500 |
commit | 25a57cd835e958c8797091d8175d5ab8de2ac33c (patch) | |
tree | 9ac2c480ab42ec2288197700d9264e11fe11a0b2 | |
parent | a92a3cca2a1ba7738a31bcd83864dc7d5620416f (diff) | |
download | guix-25a57cd835e958c8797091d8175d5ab8de2ac33c.tar.gz |
gnu: python2-xenon: Remove package.
* gnu/packages/python-xyz.scm (python2-xenon): Delete.
-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 433e3dd544..2388567c59 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17035,9 +17035,6 @@ will fail (i.e. it will exit with a non-zero exit code) when any of these requirements is not met.") (license license:expat))) -(define-public python2-xenon - (package-with-python2 python-xenon)) - (define-public python-pysocks (package (name "python-pysocks") |