diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:46:53 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:52 -0400 |
commit | ece691528c39932cc27c7fbaed7dd9a390163933 (patch) | |
tree | 807987af92e921d53026f982fe3a7844016ebff3 | |
parent | 4d235ef857b82ea2bcfd0ce5d45f85dcf760b4f2 (diff) |
gnu: Remove python2-tblib.
* gnu/packages/python-xyz.scm (python2-tblib): 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 de31e9512d..d4e2f47653 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16977,9 +16977,6 @@ multiple processes (imagine multiprocessing, billiard, futures, celery etc). @end enumerate\n") (license license:bsd-3))) -(define-public python2-tblib - (package-with-python2 python-tblib)) - (define-public python-tftpy (package (name "python-tftpy") |