diff options
Diffstat (limited to 'gnu/packages/web.scm')
| -rw-r--r-- | gnu/packages/web.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 74203262ef6..25792aae0fd 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -7217,6 +7217,12 @@ efficient where possible.") (list #:phases '(modify-phases %standard-phases + (add-after 'unpack 'remove-rednose-dependency + (lambda _ + (substitute* "setup.py" + (("'rednose'") "")) + (substitute* '("requirements.txt" "setup.cfg") + (("rednose.*") "")))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? @@ -7230,7 +7236,6 @@ efficient where possible.") python-httplib2 python-nose python-pyparsing - python-rednose python-requests python-sure python-tornado)) |
