py-django-photologue: add missing tool

This commit is contained in:
wiz 2023-12-17 08:39:22 +00:00
parent 256d3acc3f
commit ec03fcc847
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2023/12/13 19:25:04 wiz Exp $
# $NetBSD: Makefile,v 1.19 2023/12/17 08:39:22 wiz Exp $
DISTNAME= django-photologue-3.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/jdriscoll/django-photologue
COMMENT= Plug-in photo management application for the Django framework
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-Pillow>=9:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django