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
1 changed files with 3 additions and 0 deletions

View File

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