9 buildPythonPackage rec {
10 pname = "requests-file";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-B9dCCNM4nQHDirie9AOvDP7GOVfVOgCB2OynONAkfY4=";
19 propagatedBuildInputs = [
28 pythonImportsCheck = [
33 description = "Transport adapter for fetching file:// URLs with the requests python library";
34 homepage = "https://github.com/dashea/requests-file";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ ];