Sun Nov 5 11:04:39 2023 UTC ()
py-django-cors-headers: add missing tool dependency


(wiz)
diff -r1.27 -r1.28 pkgsrc/www/py-django-cors-headers/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/www/py-django-cors-headers/Makefile (expand / switch to context diff)
--- pkgsrc/www/py-django-cors-headers/Makefile 2023/10/28 19:57:22 1.27
+++ pkgsrc/www/py-django-cors-headers/Makefile 2023/11/05 11:04:39 1.28
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/10/28 19:57:22 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/11/05 11:04:39 wiz Exp $
 
 DISTNAME=	django_cors_headers-4.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -11,6 +11,7 @@
 COMMENT=	Django application for handling headers required for CORS
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=	${PYPKGPREFIX}-django>=3:../../www/py-django3