8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "b1f757180c0bd60741ea16cf91fc53d47df402a5c287c4a61a14b335ea0552b3";
18 propagatedBuildInputs = [ httpie requests-ntlm ];
20 # Package have no tests
23 pythonImportsCheck = [ "httpie_ntlm" ];
26 description = "NTLM auth plugin for HTTPie";
27 homepage = "https://github.com/httpie/httpie-ntlm";
28 license = licenses.bsdOriginal;
29 maintainers = with maintainers; [ kfollesdal ];