pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-pydyf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 13 19:51:49 UTC 2022

Modified Files:
        pkgsrc/print/py-pydyf: Makefile

Log Message:
py-pydyf: add missing py-flit_core build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-pydyf/Makefile

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

Modified files:

Index: pkgsrc/print/py-pydyf/Makefile
diff -u pkgsrc/print/py-pydyf/Makefile:1.3 pkgsrc/print/py-pydyf/Makefile:1.4
--- pkgsrc/print/py-pydyf/Makefile:1.3  Sat Jul  9 18:36:41 2022
+++ pkgsrc/print/py-pydyf/Makefile      Wed Jul 13 19:51:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/07/09 18:36:41 kleink Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/13 19:51:49 wiz Exp $
 
 DISTNAME=      pydyf-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://www.courtbouillon.org/
 COMMENT=       Low-level PDF generator
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 TEST_DEPENDS+= ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl
 TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage



Home | Main Index | Thread Index | Old Index