From fd19b06b21466afb54d0d898da56846a52cd0955 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 8 Aug 2020 18:00:19 +0000 Subject: Unbreak build by adding necessary dependencies. --- devel/py-protobuf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/py-protobuf/Makefile') diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile index e28a28863e6..43104fe9bd5 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/07/30 07:02:40 adam Exp $ +# $NetBSD: Makefile,v 1.30 2020/08/08 18:00:19 joerg Exp $ DISTNAME= protobuf-3.12.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} @@ -10,8 +10,10 @@ HOMEPAGE= https://developers.google.com/protocol-buffers/ COMMENT= Python bindings for protobuf LICENSE= modified-bsd +TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32.0:../../devel/py-wheel USE_LANGUAGES+= c c++11 -- cgit v1.2.3