python3-zope.proxy: correct dependencies
This commit is contained in:
parent
8dfbb81e8d
commit
b774d94f95
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-zope.proxy'
|
||||
pkgname=python3-zope.proxy
|
||||
version=4.3.3
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="zope.proxy-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-Sphinx"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
|
||||
python3-zope.security"
|
||||
depends="python3-zope.interface python3-setuptools"
|
||||
checkdepends="python3-zope.testrunner python3-zope.security"
|
||||
short_desc="Python generic transparent proxies"
|
||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||
license="ZPL-2.1"
|
||||
|
|
Loading…
Reference in a new issue