python310Packages.httpx-ntlm: remove postPatch section

This commit is contained in:
Fabian Affolter
2023-02-22 09:45:11 +01:00
committed by GitHub
parent 8d4ec9d697
commit ba9b8a6b92
@@ -26,12 +26,6 @@ buildPythonPackage rec {
pyspnego
];
postPatch = ''
substituteInPlace setup.py \
--replace "pyspnego==0.3.*" "pyspnego>=0.3.*" \
--replace "cryptography==36.0.*" "cryptography>=36.0.*"
'';
# https://github.com/ulodciv/httpx-ntlm/issues/5
doCheck = false;