From 9a94ac33a62a27608e6a75c5b88e0c5113a6cd30 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sat, 28 Oct 2023 06:18:03 +0200 Subject: [PATCH] www/py-dj42-django-mptt: Set PORTSCOUT * Upstream of NetBox pinned django-mptt to 0.14.0 since the 0.15.0 release dropped support for Python 3.8. Thus set the PORTSCOUT variable accordingly. --- www/py-dj42-django-mptt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/py-dj42-django-mptt/Makefile b/www/py-dj42-django-mptt/Makefile index 53f091c87adab..366467af710b1 100644 --- a/www/py-dj42-django-mptt/Makefile +++ b/www/py-dj42-django-mptt/Makefile @@ -21,4 +21,8 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} NO_ARCH= yes +# Upstream of NetBox pinned django-mptt to 0.14.0 since the 0.15.0 release +# dropped support for Python 3.8 +PORTSCOUT= limit:^0\.14\. + .include