guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: Add python2-requests-toolbelt.


From: Cyril Roelandt
Subject: 04/10: gnu: Add python2-requests-toolbelt.
Date: Mon, 2 Oct 2017 18:05:02 -0400 (EDT)

steap pushed a commit to branch master
in repository guix.

commit 74e9895f2da73a3ff6d8f79811ec41532402c93d
Author: Cyril Roelandt <address@hidden>
Date:   Mon Sep 11 04:28:26 2017 +0200

    gnu: Add python2-requests-toolbelt.
    
    * gnu/packages/python.scm (python2-requests-toolbelt): New variable.
---
 gnu/packages/python.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 27f260c..55f4f65 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9262,6 +9262,9 @@ with python-requests.")
     (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]