python310Packages.django-sites: mark broken with django_4

Uses API functions deprecated in Django 3.0 and removed in 4.0.
This commit is contained in:
Martin Weinelt
2023-08-03 14:35:36 +02:00
parent 002f6c08cb
commit bff5a07ef8
@@ -37,5 +37,7 @@ buildPythonPackage rec {
description = "Alternative implementation of django sites framework";
homepage = "https://github.com/niwinz/django-sites";
license = lib.licenses.bsd3;
# has not been updated for django>=4.0
broken = lib.versionAtLeast django.version "4";
};
}