pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/py-ansi py-ansi: add missing build dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ed6e93e9262
branches:  trunk
changeset: 373820:4ed6e93e9262
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 13 10:07:46 2022 +0000

description:
py-ansi: add missing build dependency

diffstat:

 misc/py-ansi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dfa123bb81f4 -r 4ed6e93e9262 misc/py-ansi/Makefile
--- a/misc/py-ansi/Makefile     Sun Feb 13 09:56:03 2022 +0000
+++ b/misc/py-ansi/Makefile     Sun Feb 13 10:07:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/02/10 14:30:24 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/13 10:07:46 wiz Exp $
 
 DISTNAME=      ansi-0.3.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       ANSI cursor movement and graphics
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index