about summary refs log tree commit diff
path: root/pkgs/development/python-modules/httpcore
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-21 13:52:44 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:54 +0200
commit8bedadf5d5f5e1912d9a46338c97de9d4dbc68af (patch)
tree7a8308b688459124daa625e8fdac83d520ca1afe /pkgs/development/python-modules/httpcore
parent37d27bc01ef3ed45615efbb4f5309247c26905c9 (diff)
python3Packages.httpcore: drop anyio version substitution
Diffstat (limited to 'pkgs/development/python-modules/httpcore')
-rw-r--r--pkgs/development/python-modules/httpcore/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/httpcore/default.nix b/pkgs/development/python-modules/httpcore/default.nix
index 7781dbe8b3198..de2f9b00f538d 100644
--- a/pkgs/development/python-modules/httpcore/default.nix
+++ b/pkgs/development/python-modules/httpcore/default.nix
@@ -44,12 +44,6 @@ buildPythonPackage rec {
     uvicorn
   ];
 
-  postPatch = ''
-    # The anyio 3.1.0 release is not picked-up proberly
-    substituteInPlace setup.py --replace "anyio==3.*" "anyio"
-  '';
-
-
   disabledTestPaths = [
     # these tests fail during dns lookups: httpcore.ConnectError: [Errno -2] Name or service not known
     "tests/test_threadsafety.py"