pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-ini2toml py-ini2toml: add missing build de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc896ca7b872
branches:  trunk
changeset: 376787:cc896ca7b872
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 13 10:42:32 2022 +0000

description:
py-ini2toml: add missing build dependency on py-setuptools_scm

diffstat:

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

diffs (17 lines):

diff -r cdeb72a19829 -r cc896ca7b872 textproc/py-ini2toml/Makefile
--- a/textproc/py-ini2toml/Makefile     Wed Apr 13 10:41:39 2022 +0000
+++ b/textproc/py-ini2toml/Makefile     Wed Apr 13 10:42:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/04/05 07:20:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/13 10:42:32 wiz Exp $
 
 DISTNAME=      ini2toml-0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@
 LICENSE=       mpl-2.0
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-packaging>=20.7:../../devel/py-packaging
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-configupdater>=3.0.1:../../devel/py-configupdater
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>0:../../devel/py-test-cov



Home | Main Index | Thread Index | Old Index