pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-distro py-distro: add missing build dependenc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b077a5912fe
branches:  trunk
changeset: 387574:7b077a5912fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 01 18:29:31 2022 +0000

description:
py-distro: add missing build dependency on py-wheel

diffstat:

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

diffs (17 lines):

diff -r eef18fd7b214 -r 7b077a5912fe devel/py-distro/Makefile
--- a/devel/py-distro/Makefile  Tue Nov 01 18:28:39 2022 +0000
+++ b/devel/py-distro/Makefile  Tue Nov 01 18:29:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/10/31 13:57:36 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/01 18:29:31 wiz Exp $
 
 DISTNAME=      distro-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       OS platform information API
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index