12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-rLLyWbzh/RUIhzR5YJu95bmq5Qg3hHamjWtqGQAufi8=";
22 env.PBR_VERSION = version;
37 # Checks moved to 'passthru.tests' to workaround infinite recursion
40 pythonImportsCheck = [ "bindep" ];
43 description = "Bindep is a tool for checking the presence of binary packages needed to use an application / library";
44 homepage = "https://docs.opendev.org/opendev/bindep/latest/";
45 license = licenses.asl20;
46 mainProgram = "bindep";
47 maintainers = teams.openstack.members;