pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-protobuf



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Aug  8 18:00:19 UTC 2020

Modified Files:
        pkgsrc/devel/py-protobuf: Makefile

Log Message:
Unbreak build by adding necessary dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-protobuf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.29 pkgsrc/devel/py-protobuf/Makefile:1.30
--- pkgsrc/devel/py-protobuf/Makefile:1.29      Thu Jul 30 07:02:40 2020
+++ pkgsrc/devel/py-protobuf/Makefile   Sat Aug  8 18:00:19 2020
@@ -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/
 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