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 d99796757e..1ea77fb6fc 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/google/protobuf" arch="noarch" license="BSD" depends="python py-six>=1.9" -makedepends="python-dev py-setuptools py-google-apputils" +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 |