python3Packages.mezzanine: mark broken with django>=5
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user