pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-pyphen py-pyphen: add missing build depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66f6563c461b
branches:  trunk
changeset: 377866:66f6563c461b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 25 08:11:15 2022 +0000

description:
py-pyphen: add missing build dependency on flit_core

diffstat:

 textproc/py-pyphen/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b8dcd6532f4e -r 66f6563c461b textproc/py-pyphen/Makefile
--- a/textproc/py-pyphen/Makefile       Mon Apr 25 08:10:07 2022 +0000
+++ b/textproc/py-pyphen/Makefile       Mon Apr 25 08:11:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/04/23 09:29:43 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/25 08:11:15 wiz Exp $
 
 DISTNAME=      pyphen-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       Pure Python module to hyphenate text
 LICENSE=       gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8



Home | Main Index | Thread Index | Old Index