diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:22:23 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:58 -0400 |
commit | 6e82d2fa0d5f250332e05e757843684c2475a44d (patch) | |
tree | 8fff0140c56844adf954e22b357cbb11d71b54bf /gnu | |
parent | 0769dda0201b6df61749ebefeb8c1a962228afc5 (diff) | |
download | guix-6e82d2fa0d5f250332e05e757843684c2475a44d.tar guix-6e82d2fa0d5f250332e05e757843684c2475a44d.tar.gz |
gnu: Remove python2-xdo.
* gnu/packages/python-xyz.scm (python2-xdo): Delete variable.
Diffstat (limited to 'gnu')
-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 bb279c089a..2b91bc0be9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15734,9 +15734,6 @@ input. (Note that this is mostly a legacy library; you may wish to look at python-xdo for newer bindings.)") (license license:bsd-3))) -(define-public python2-xdo - (package-with-python2 python-xdo)) - (define-public python-xdoctest (package (name "python-xdoctest") |