python3-gevent: fix dependencies.

Should depend on zope.event and zope.interface.
This commit is contained in:
Érico Rolim 2021-02-04 22:56:50 -03:00 committed by Érico Nogueira Rolim
parent c6fda28441
commit 7e2a987148

View file

@ -1,12 +1,12 @@
# Template file for 'python3-gevent'
pkgname=python3-gevent
version=20.9.0
revision=4
revision=5
wrksrc="gevent-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel libev-devel c-ares-devel"
depends="python3-greenlet"
depends="python3-greenlet python3-zope.event python3-zope.interface"
short_desc="Coroutine-based Python3 networking library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"