From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJrMM-0007Su-9o for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJrMJ-00018A-5U for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJrMJ-000186-1d for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJrMI-0003b0-Su for guix-patches@gnu.org; Sat, 10 Jun 2017 21:08:02 -0400 Subject: bug#26524: [PATCH 2/3] gnu: Add python2-rednose Resent-Message-ID: From: Muriithi Frederick Muriuki Date: Sun, 11 Jun 2017 04:07:17 +0300 Message-Id: <20170611010718.31874-2-fredmanglis@gmail.com> In-Reply-To: <20170611010718.31874-1-fredmanglis@gmail.com> References: <20170611010718.31874-1-fredmanglis@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26524@debbugs.gnu.org * 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