pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-cors-headers



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 11:04:39 UTC 2023

Modified Files:
        pkgsrc/www/py-django-cors-headers: Makefile

Log Message:
py-django-cors-headers: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-django-cors-headers/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-cors-headers/Makefile
diff -u pkgsrc/www/py-django-cors-headers/Makefile:1.27 pkgsrc/www/py-django-cors-headers/Makefile:1.28
--- pkgsrc/www/py-django-cors-headers/Makefile:1.27     Sat Oct 28 19:57:22 2023
+++ pkgsrc/www/py-django-cors-headers/Makefile  Sun Nov  5 11:04:39 2023
@@ -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 @@ HOMEPAGE=     https://github.com/adamchainz/
 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
 



Home | Main Index | Thread Index | Old Index