summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e91db73f3ed..3fec7adf19c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5156,6 +5156,10 @@ Encoding for HTTP.")
5156 "captcha/deathbycaptcha.py" 5156 "captcha/deathbycaptcha.py"
5157 "interpreters/js2py.py" 5157 "interpreters/js2py.py"
5158 "interpreters/v8.py")) 5158 "interpreters/v8.py"))
5159 (substitute* "__init__.py"
5160 ;; Perhaps it's a joke, but don't promote proprietary software.
5161 (("([Th]is feature is not available) in the .*'" _ prefix)
5162 (string-append prefix ".'")))
5159 #t)))) 5163 #t))))
5160 (build-system python-build-system) 5164 (build-system python-build-system)
5161 (propagated-inputs 5165 (propagated-inputs