[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26524: [PATCH 2/3] gnu: Add python2-rednose
From: |
Muriithi Frederick Muriuki |
Subject: |
bug#26524: [PATCH 2/3] gnu: Add python2-rednose |
Date: |
Sun, 11 Jun 2017 04:07:17 +0300 |
* gnu/packages/python.scm (python2-rednose): 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 366c7ea4e..f4c7a49b6 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")
--
2.13.0