python312Packages.z3c-checkversions: disable

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:23 +02:00
parent 98f1b41b8b
commit 295599e22a
@@ -1,9 +1,9 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
python,
pythonAtLeast,
zc-buildout,
zope-testrunner,
}:
@@ -13,6 +13,9 @@ buildPythonPackage rec {
version = "2.1";
format = "setuptools";
# distutils usage
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit version;
pname = "z3c.checkversions";