aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-27 14:47:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:02 +0000
commit0fbf6fd57502f2fc4996a5167629b20168d53b5a (patch)
tree38e04ba9ae9e8bcbbf6807e855538878024b7dfd
parent362b8c36a11148e7e88ee6a8528e580b838e02c5 (diff)
testing/py3-sphinxcontrib-images: rebuild against python 3.9
-rw-r--r--testing/py3-sphinxcontrib-images/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-sphinxcontrib-images/APKBUILD b/testing/py3-sphinxcontrib-images/APKBUILD
index c1aaf625ee4..8a01307f89c 100644
--- a/testing/py3-sphinxcontrib-images/APKBUILD
+++ b/testing/py3-sphinxcontrib-images/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-sphinxcontrib-images
_pkgname=sphinxcontrib-images
pkgver=0.9.2
-pkgrel=0
+pkgrel=1
pkgdesc="Sphinx images extension"
url="https://github.com/sphinx-contrib/images"
arch="noarch"
license="Apache-2.0"
depends="py3-requests py3-sphinx"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-wheel"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver