1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00

testing/py3-sphinxcontrib-inheritance: depend on py3-path

py3-path.py was renamed to py3-path to conform with upstream changes.
This commit is contained in:
Leo 2019-11-29 23:02:36 +01:00
parent 4c8232d0c0
commit f84a100f86

View file

@ -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