diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 18:07:10 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 18:07:10 -0300 |
commit | e2a16569a5d3bf87b885bc5bedf75bfb0df4b8a5 (patch) | |
tree | cb2b5e0260e11b0fca5664cb20597576c396e9fb /testing/py-protobuf | |
parent | 8d3df45de752742c7cadf011ba529a2972d686e6 (diff) | |
download | aports-e2a16569a5d3bf87b885bc5bedf75bfb0df4b8a5.tar.bz2 aports-e2a16569a5d3bf87b885bc5bedf75bfb0df4b8a5.tar.xz |
testing/py-protobuf: add note about testsuite
Diffstat (limited to 'testing/py-protobuf')
-rw-r--r-- | testing/py-protobuf/APKBUILD | 2 |
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 |