guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-rednose: Add the python2 variant.


From: Marius Bakke
Subject: 05/05: gnu: python-rednose: Add the python2 variant.
Date: Mon, 12 Jun 2017 15:32:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ef74a425e6137e46b7f9f42377620b23291f5b35
Author: Muriithi Frederick Muriuki <address@hidden>
Date:   Sun Jun 11 04:07:17 2017 +0300

    gnu: python-rednose: Add the python2 variant.
    
    * gnu/packages/python.scm (python2-rednose): New variable.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/python.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e0fc768..352a5f3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13134,6 +13134,9 @@ asynchronous messaging environments.")
 @command{nosetests} command of the Python Nose unit test framework.")
     (license license:bsd-3)))
 
+(define-public python2-rednose
+  (package-with-python2 python-rednose))
+
 (define-public python-flask-restplus
   (package
     (name "python-flask-restplus")



reply via email to

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