From e2a16569a5d3bf87b885bc5bedf75bfb0df4b8a5 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 5 Jul 2019 18:07:10 -0300 Subject: testing/py-protobuf: add note about testsuite --- testing/py-protobuf/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/py-protobuf') diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index e465f4342c..96b1443fd7 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -11,6 +11,8 @@ license="BSD-3-Clause" depends="py-six>=1.9" makedepends="protobuf py-setuptools py3-setuptools py-google-apputils" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" +# NOTE: Always use releases of protobuf, not pypi or auto-generated GitHub +# tarballs as they do not contain the necessary componenets to run tests. source="https://github.com/protocolbuffers/protobuf/releases/download/v$pkgver/protobuf-python-$pkgver.tar.gz" builddir="$srcdir"/protobuf-$pkgver/python -- cgit v1.2.3