11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-eIGD44Lj0ddwfbCJeCOZZei55OXtQmab9HWBhnNNXyQ=";
21 build-system = [ setuptools ];
24 distutils # for distutils.command in pbr/packaging.py
25 setuptools # for pkg_resources
29 # check in passthru.tests.pytest to escape infinite recursion with fixtures
33 tests = callPackage ./tests.nix { };
36 pythonImportsCheck = [ "pbr" ];
39 description = "Python Build Reasonableness";
41 homepage = "https://github.com/openstack/pbr";
42 license = licenses.asl20;
43 maintainers = teams.openstack.members;