python3Packages.sanic-tesing: relax httpx constraint

This commit is contained in:
Martin Weinelt
2022-06-06 11:46:25 -07:00
committed by Jonathan Ringer
parent a7ed20d51b
commit 17da2b4c25
@@ -23,6 +23,10 @@ buildPythonPackage rec {
"testsout"
];
postPatch = ''
sed -i 's/httpx>=.*"/httpx"/' setup.py
'';
propagatedBuildInputs = [
httpx
sanic