python3Packages.mezzanine: mark broken with django>=5

This commit is contained in:
Martin Weinelt
2025-12-05 14:15:35 +01:00
parent ce41ef26fa
commit 35f9c62497
@@ -68,6 +68,8 @@ buildPythonPackage rec {
];
meta = with lib; {
# not updated to django 5.x
broken = lib.versionAtLeast django.version "5";
description = "Content management platform built using the Django framework";
mainProgram = "mezzanine-project";
longDescription = ''