python3Packages.sanic-tesing: relax httpx constraint
This commit is contained in:
@@ -23,6 +23,10 @@ buildPythonPackage rec {
|
||||
"testsout"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
sed -i 's/httpx>=.*"/httpx"/' setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
httpx
|
||||
sanic
|
||||
|
||||
Reference in New Issue
Block a user