5 python3Packages.buildPythonPackage rec {
11 inherit pname version;
12 hash = "sha256-rLLyWbzh/RUIhzR5YJu95bmq5Qg3hHamjWtqGQAufi8=";
15 buildInputs = with python3Packages; [
21 propagatedBuildInputs = with python3Packages; [
29 # Setting the pbr version will skip any version checking logic
30 # This is required because pbr thinks it gets it's own version from git tags
31 # See https://docs.openstack.org/pbr/latest/user/packagers.html
32 export PBR_VERSION=5.11.1
36 description = "Bindep is a tool for checking the presence of binary packages needed to use an application / library";
37 homepage = "https://docs.opendev.org/opendev/bindep/latest/";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ melkor333 ];