gnu: python-rednose: Add the python2 variant.
* gnu/packages/python.scm (python2-rednose): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
af842d45b1
commit
ef74a425e6
|
@ -13134,6 +13134,9 @@ asynchronous messaging environments.")
|
||||||
@command{nosetests} command of the Python Nose unit test framework.")
|
@command{nosetests} command of the Python Nose unit test framework.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python2-rednose
|
||||||
|
(package-with-python2 python-rednose))
|
||||||
|
|
||||||
(define-public python-flask-restplus
|
(define-public python-flask-restplus
|
||||||
(package
|
(package
|
||||||
(name "python-flask-restplus")
|
(name "python-flask-restplus")
|
||||||
|
|
Loading…
Reference in New Issue