13 buildPythonPackage rec {
14 pname = "ansible-builder";
19 inherit pname version;
20 hash = "sha256-rxyhgj9Cad751tPAptCTLCtXQLUXaRYv39bkoFzzjOk=";
28 buildInputs = [ bindep ];
30 propagatedBuildInputs = [
38 # the upper limits of setuptools are unnecessary
39 # See https://github.com/ansible/ansible-builder/issues/639
40 sed -i 's/, <=[0-9.]*//g' pyproject.toml
44 description = "Ansible execution environment builder";
45 homepage = "https://ansible-builder.readthedocs.io/en/stable/";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ melkor333 ];