Merge pull request #281169 from SuperSandro2000/py312-pbr

python312Packages.pbr: mark as broken
This commit is contained in:
Franz Pletz
2024-01-16 14:42:48 +01:00
committed by GitHub
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
, setuptools
, callPackage
}:
@@ -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;
};
}