pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wagtail



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 15 22:20:21 UTC 2024

Modified Files:
        pkgsrc/www/py-wagtail: Makefile

Log Message:
py-wagtail: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-wagtail/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-wagtail/Makefile
diff -u pkgsrc/www/py-wagtail/Makefile:1.23 pkgsrc/www/py-wagtail/Makefile:1.24
--- pkgsrc/www/py-wagtail/Makefile:1.23 Fri Feb  9 13:43:34 2024
+++ pkgsrc/www/py-wagtail/Makefile      Thu Feb 15 22:20:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2024/02/09 13:43:34 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/02/15 22:20:21 wiz Exp $
 
 DISTNAME=      wagtail-6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://wagtail.io/
 COMMENT=       Django-based Content Management System
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.1.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-Willow>=1.6.2:../../graphics/py-Willow
 DEPENDS+=      ${PYPKGPREFIX}-anyascii>=0.1.5:../../textproc/py-anyascii



Home | Main Index | Thread Index | Old Index