testing/py3-zope-configuration: add missing dependencies

This commit is contained in:
Leo 2019-09-07 06:51:24 -03:00
parent 9a16f8da6e
commit 0ea15ac8d8

View File

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