aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-protobuf/APKBUILD2
1 files changed, 2 insertions, 0 deletions
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