aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinxcontrib-inheritance
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-29 23:02:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-29 23:02:56 +0100
commitf84a100f8680e229b2ec25680055e715f612b51e (patch)
tree18a562c58190d84a7514187ae3210593ee96d823 /testing/py3-sphinxcontrib-inheritance
parent4c8232d0c089f3fe959bcffd2fe49db52b86163b (diff)
downloadaports-f84a100f8680e229b2ec25680055e715f612b51e.tar.bz2
aports-f84a100f8680e229b2ec25680055e715f612b51e.tar.xz
testing/py3-sphinxcontrib-inheritance: depend on py3-path
py3-path.py was renamed to py3-path to conform with upstream changes.
Diffstat (limited to 'testing/py3-sphinxcontrib-inheritance')
-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