pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Willow



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 30 19:18:38 UTC 2023

Modified Files:
        pkgsrc/graphics/py-Willow: Makefile

Log Message:
py-Willow: needs flit_core


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-Willow/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-Willow/Makefile
diff -u pkgsrc/graphics/py-Willow/Makefile:1.16 pkgsrc/graphics/py-Willow/Makefile:1.17
--- pkgsrc/graphics/py-Willow/Makefile:1.16     Sun Aug 27 03:38:59 2023
+++ pkgsrc/graphics/py-Willow/Makefile  Wed Aug 30 19:18:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/08/27 03:38:59 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/08/30 19:18:37 adam Exp $
 
 DISTNAME=      willow-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^w/W/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/wagtail/Wil
 COMMENT=       Wrapper library for Pillow, OpenCV and Wand
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml>=0.7:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-filetype>=1.1.1:../../sysutils/py-filetype
 # heif



Home | Main Index | Thread Index | Old Index