pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jaraco.path py-jaraco.path: needs py-wheel, s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23d79f5e2ccd
branches:  trunk
changeset: 388464:23d79f5e2ccd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 20 22:31:54 2022 +0000

description:
py-jaraco.path: needs py-wheel, spotted by @wiz

diffstat:

 devel/py-jaraco.path/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0afd703cbb15 -r 23d79f5e2ccd devel/py-jaraco.path/Makefile
--- a/devel/py-jaraco.path/Makefile     Sun Nov 20 22:17:54 2022 +0000
+++ b/devel/py-jaraco.path/Makefile     Sun Nov 20 22:31:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/11/20 19:02:59 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/11/20 22:31:54 adam Exp $
 
 DISTNAME=      jaraco.path-3.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@
 COMMENT=       Miscellaneous path functions
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../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