diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-zope-configuration/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/py3-zope-configuration/APKBUILD b/testing/py3-zope-configuration/APKBUILD index 3d9dc3d723..10d1687da6 100644 --- a/testing/py3-zope-configuration/APKBUILD +++ b/testing/py3-zope-configuration/APKBUILD @@ -3,13 +3,12 @@ pkgname=py3-zope-configuration _pkgname=zope.configuration pkgver=4.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Zope Configuration Markup Language" url="http://pypi.python.org/pypi/zope.configuration" arch="noarch" license="ZPL-2.1" -# Requires unpackaged zope.i18nmessageid and zope.schema -depends="python3 py3-zope-interface py3-setuptools" +depends="python3 py3-zope-interface py3-setuptools py3-zope-schema py3-zope-i18nmessageid" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |
