Skip to content
Snippets Groups Projects
Unverified Commit 74e9895f authored by Cyril Roelandt's avatar Cyril Roelandt
Browse files

gnu: Add python2-requests-toolbelt.

* gnu/packages/python.scm (python2-requests-toolbelt): New variable.
parent 30d7207f
No related branches found
No related tags found
No related merge requests found
...@@ -9262,6 +9262,9 @@ (define-public python-requests-toolbelt ...@@ -9262,6 +9262,9 @@ (define-public python-requests-toolbelt
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment