python312Packages.pbr: mark as broken

This commit is contained in:
Sandro Jäckel
2024-01-15 17:39:22 +01:00
parent 7081bd488c
commit 29b2ca9d21
@@ -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;
};
}