10 buildPythonPackage rec {
11 pname = "requests-unixsocket";
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-KDBCg+qTV9Rf/1itWxHkdwjPv1gGgXqlmyo2Mijulx4=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Use requests to talk HTTP via a UNIX domain socket";
39 homepage = "https://github.com/msabramo/requests-unixsocket";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ catern ];