python312Packages.pbr: mark as broken
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user