mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
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'
|
# 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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue