Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-protobuf Unbreak build by adding necessary de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc6a501e573e
branches:  trunk
changeset: 436719:cc6a501e573e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 08 18:00:19 2020 +0000

description:
Unbreak build by adding necessary dependencies.

diffstat:

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

diffs (20 lines):

diff -r 8b693a36963a -r cc6a501e573e devel/py-protobuf/Makefile
--- a/devel/py-protobuf/Makefile        Sat Aug 08 17:56:53 2020 +0000
+++ b/devel/py-protobuf/Makefile        Sat Aug 08 18:00:19 2020 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index