python3-zope.proxy: correct dependencies

This commit is contained in:
Đoàn Trần Công Danh 2019-12-31 09:05:40 +07:00 committed by Helmut Pozimski
parent 8dfbb81e8d
commit b774d94f95

View file

@ -1,13 +1,13 @@
# Template file for 'python3-zope.proxy' # Template file for 'python3-zope.proxy'
pkgname=python3-zope.proxy pkgname=python3-zope.proxy
version=4.3.3 version=4.3.3
revision=2 revision=3
wrksrc="zope.proxy-${version}" wrksrc="zope.proxy-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-Sphinx"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3-zope.interface python3-Sphinx python3-zope.testrunner depends="python3-zope.interface python3-setuptools"
python3-zope.security" checkdepends="python3-zope.testrunner python3-zope.security"
short_desc="Python generic transparent proxies" short_desc="Python generic transparent proxies"
maintainer="Alex Childs <misuchiru03+void@gmail.com>" maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="ZPL-2.1" license="ZPL-2.1"