From 0ea15ac8d8957bdc5960d344edfdf568534ae2fb Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 7 Sep 2019 06:51:24 -0300 Subject: testing/py3-zope-configuration: add missing dependencies --- testing/py3-zope-configuration/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/py3-zope-configuration/APKBUILD') 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 -- cgit v1.2.3