diff options
-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 036b0c7d29..2a7da59647 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20238,9 +20238,6 @@ iterable with @code{|tqdm(iterable)|}. Offers many options to define design and layout.") (license (list license:mpl2.0 license:expat)))) -(define-public python2-tqdm - (package-with-python2 python-tqdm)) - (define-public python-pkginfo (package (name "python-pkginfo") |