Revert "gnu: python2-tqdm: Work around missing flake8 propagation."

This reverts commit 53f826cd0f.
This commit is contained in:
Marius Bakke 2018-02-20 17:56:06 +01:00
parent 7c9a1d5e80
commit 49057c8fc1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 10 deletions

View File

@ -11979,18 +11979,10 @@ ignoring formatting changes.")
"Make loops show a progress bar on the console by just wrapping any "Make loops show a progress bar on the console by just wrapping any
iterable with @code{|tqdm(iterable)|}. Offers many options to define iterable with @code{|tqdm(iterable)|}. Offers many options to define
design and layout.") design and layout.")
(license (list license:mpl2.0 license:expat)) (license (list license:mpl2.0 license:expat))))
(properties `((python2-variant . ,(delay python2-tqdm))))))
(define-public python2-tqdm (define-public python2-tqdm
(let ((tqdm (package-with-python2 (package-with-python2 python-tqdm))
(strip-python2-variant python-tqdm))))
(package
(inherit tqdm)
(native-inputs
;; FIXME: This should be propagated from python2-flake8 instead.
`(("python2-enum34" ,python2-enum34)
,@(package-native-inputs tqdm))))))
(define-public python-pkginfo (define-public python-pkginfo
(package (package