diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 06:51:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 07:01:20 -0300 |
commit | 0ea15ac8d8957bdc5960d344edfdf568534ae2fb (patch) | |
tree | 4acaede3f7ee4c88882f802f19052fd809b8986d /testing/py3-zope-configuration/APKBUILD | |
parent | 9a16f8da6ecafcfa371030afb55d18d395def1d4 (diff) | |
download | aports-0ea15ac8d8957bdc5960d344edfdf568534ae2fb.tar.bz2 aports-0ea15ac8d8957bdc5960d344edfdf568534ae2fb.tar.xz |
testing/py3-zope-configuration: add missing dependencies
Diffstat (limited to 'testing/py3-zope-configuration/APKBUILD')
-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 |