10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
20 hash = "sha256-pv/OxgcO0JWk2nCZp+bKlOdX7NqV6V5xZRDy5dd13qQ=";
23 propagatedBuildInputs = [
30 substituteInPlace setup.py \
31 --replace "pyspnego==0.3.*" "pyspnego>=0.3.*" \
32 --replace "cryptography==36.0.*" "cryptography>=36.0.*"
35 # https://github.com/ulodciv/httpx-ntlm/issues/5
38 pythonImportsCheck = [
43 description = "NTLM authentication support for HTTPX";
44 homepage = "https://github.com/ulodciv/httpx-ntlm";
45 license = licenses.isc;
46 maintainers = with maintainers; [ fab ];