9 buildPythonPackage rec {
10 pname = "faraday-agent-parameters-types";
14 pname = "faraday_agent_parameters_types";
16 sha256 = "sha256-7CA5YvqoNHuz9Tq9jjt40lyjrg+CJpnzI1nVnBr9Cyg=";
19 propagatedBuildInputs = [
29 substituteInPlace setup.py \
30 --replace '"pytest-runner",' ""
33 pythonImportsCheck = [
34 "faraday_agent_parameters_types"
35 "faraday_agent_parameters_types.utils"
39 description = "Collection of Faraday agent parameters types";
40 homepage = "https://github.com/infobyte/faraday_agent_parameters_types";
41 license = with licenses; [ gpl3Plus ];
42 maintainers = with maintainers; [ fab ];