gnu: Add python2-requests-toolbelt.

* gnu/packages/python.scm (python2-requests-toolbelt): New variable.
This commit is contained in:
Cyril Roelandt 2017-09-11 04:28:26 +02:00
parent 30d7207f2e
commit 74e9895f2d
No known key found for this signature in database
GPG key ID: 1C7995D2D5A38336

View file

@ -9262,6 +9262,9 @@ (define-public python-requests-toolbelt
(home-page "https://github.com/sigmavirus24/requests-toolbelt")
(license license:asl2.0)))
(define-public python2-requests-toolbelt
(package-with-python2 python-requests-toolbelt))
(define-public python-click-threading
(package
(name "python-click-threading")