From 84249c3e772c2381726532973ee89aaf4e9fbd08 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Fri, 14 Apr 2017 12:05:46 +0300 Subject: [PATCH 13/20] gnu: Add python-rednose-0.4.3 * gnu/packages/python.scm (python-rednose-0.4.3): New variable. --- gnu/packages/python.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 82258b5..7aba1ca 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -14294,3 +14294,20 @@ and correct.") (define-public python2-requests-2.8.1 (package-with-python2 python-requests-2.8.1)) + +(define-public python-rednose-0.4.3 + ;; httpretty has a hard requirement for rednose==0.4.3 + (package + (inherit python-rednose) + (name "python-rednose") + (version "0.4.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "rednose" version)) + (sha256 + (base32 + "1mv4aknbl80wday41924l1gfqia2n6q7h5l4n8irlmn5fh2x9rbc")))))) + +(define-public python2-rednose-0.4.3 + (package-with-python2 python-rednose-0.4.3)) -- 2.10.2