pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-inflect py-inflect: add missing tool dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/702f45ba1a60
branches: trunk
changeset: 388153:702f45ba1a60
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 14 15:08:31 2022 +0000
description:
py-inflect: add missing tool dependency
diffstat:
lang/py-inflect/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 51abd62a5ae2 -r 702f45ba1a60 lang/py-inflect/Makefile
--- a/lang/py-inflect/Makefile Mon Nov 14 15:03:47 2022 +0000
+++ b/lang/py-inflect/Makefile Mon Nov 14 15:08:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/11/06 18:08:15 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/14 15:08:31 wiz Exp $
DISTNAME= inflect-6.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@
COMMENT= Correctly generate plurals, ordinals, indefinite articles for English
LICENSE= mit
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.9.1:../../devel/py-pydantic
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
Home |
Main Index |
Thread Index |
Old Index