From be26e673556898bf4c7ec1f9dcf1fa89f4692eb5 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 17 Dec 2020 11:04:14 +0100 Subject: [PATCH 2/2] gnu: python-sanic: Relax httpx version requirement. * gnu/packages/python-web.scm (python-sanic)[arguments]: Substitute strict httpx version requirement. --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7a4a83f210..097a421bad 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5685,7 +5685,8 @@ as a Python package.") (substitute* "setup.py" (("httpcore==0.3.0") "httpcore") (("pytest==5.2.1") "pytest") - (("multidict==5.0.0") "multidict")) + (("multidict==5.0.0") "multidict") + (("httpx==0\\.15\\.4") "httpx")) #t)) (replace 'check (lambda* (#:key inputs outputs #:allow-other-keys) -- 2.26.2