1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 11:11:12 +02:00

gnu: python-sanic: Relax httpx version requirement.

* gnu/packages/python-web.scm (python-sanic)[arguments]: Substitute
strict httpx version requirement.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Lars-Dominik Braun
2020-12-17 11:04:14 +01:00
committed by Efraim Flashner
parent 22e06297b1
commit 5fbc1498cc

View File

@@ -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)