diff options
Diffstat (limited to 'testing/py-protobuf/APKBUILD')
-rw-r--r-- | testing/py-protobuf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index 1ea77fb6fc..e6c4429cf6 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Google's data interchange format." url="https://github.com/google/protobuf" arch="noarch" license="BSD" -depends="python py-six>=1.9" +depends="python2 py-six>=1.9" makedepends="python2-dev py-setuptools py-google-apputils" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |