aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-16 07:47:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:16 +0000
commite4163740786dd8205356df753ab4d09ef02a4109 (patch)
tree34b9cfc3da67ca3fbacf85262a57266581ddc91f
parent8377be13f250670b2db40efab71a25a9132b7ea0 (diff)
community/py3-protobuf: rebuild against python 3.9
-rw-r--r--community/py3-protobuf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-protobuf/APKBUILD b/community/py3-protobuf/APKBUILD
index 1c791e93ecc..4dbf4299849 100644
--- a/community/py3-protobuf/APKBUILD
+++ b/community/py3-protobuf/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=py3-protobuf
pkgver=3.13.0
-pkgrel=2
+pkgrel=3
pkgdesc="Google's data interchange format"
options="!check" # Fails due to new 'packaging' module
url="https://github.com/google/protobuf"
arch="noarch"
license="BSD-3-Clause"
depends="py3-six>=1.9"
-makedepends="protobuf py3-setuptools"
+makedepends="protobuf py3-setuptools py3-wheel"
# NOTE: Always use releases of protobuf, not pypi or auto-generated GitHub
# tarballs as they do not contain the necessary components to run tests.
source="https://github.com/protocolbuffers/protobuf/releases/download/v$pkgver/protobuf-python-$pkgver.tar.gz"