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:
Muriithi Frederick Muriuki 2017-06-11 04:07:17 +03:00 committed by Marius Bakke
parent af842d45b1
commit ef74a425e6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -13134,6 +13134,9 @@ (define-public python-rednose
@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")