python3Packages.sanic-tesing: relax httpx constraint

main
Martin Weinelt 2 years ago committed by Jonathan Ringer
parent a7ed20d51b
commit 17da2b4c25
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/python-modules/sanic-testing/default.nix

@ -23,6 +23,10 @@ buildPythonPackage rec {
"testsout"
];
postPatch = ''
sed -i 's/httpx>=.*"/httpx"/' setup.py
'';
propagatedBuildInputs = [
httpx
sanic

Loading…
Cancel
Save