Loading pkgs/development/python-modules/pbr/default.nix +2 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonAtLeast , setuptools , callPackage }: Loading Loading @@ -32,6 +33,7 @@ buildPythonPackage rec { description = "Python Build Reasonableness"; homepage = "https://github.com/openstack/pbr"; license = licenses.asl20; broken = pythonAtLeast "3.12"; # uses removed distutils maintainers = teams.openstack.members; }; } Loading
pkgs/development/python-modules/pbr/default.nix +2 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonAtLeast , setuptools , callPackage }: Loading Loading @@ -32,6 +33,7 @@ buildPythonPackage rec { description = "Python Build Reasonableness"; homepage = "https://github.com/openstack/pbr"; license = licenses.asl20; broken = pythonAtLeast "3.12"; # uses removed distutils maintainers = teams.openstack.members; }; }