aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-sphinxcontrib-inheritance/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-sphinxcontrib-inheritance/APKBUILD b/testing/py3-sphinxcontrib-inheritance/APKBUILD
index 11eadbf496..4236016678 100644
--- a/testing/py3-sphinxcontrib-inheritance/APKBUILD
+++ b/testing/py3-sphinxcontrib-inheritance/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-sphinxcontrib-inheritance
_pkgname=sphinxcontrib-inheritance
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Sphinx inheritance functionality"
url="https://pypi.python.org/pypi/sphinxcontrib-inheritance"
arch="noarch"
license="BSD-2-Clause"
-depends="python3 py3-sphinx py3-path.py"
+depends="python3 py3-sphinx py3-path"
makedepends="python3-dev py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver