mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/gevent: Add missing dep on libuv
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -20,8 +20,9 @@ IUSE="doc examples test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/libev-4.23
|
||||
>=net-dns/c-ares-1.12
|
||||
>=dev-libs/libev-4.23:=
|
||||
dev-libs/libuv:=
|
||||
>=net-dns/c-ares-1.12:=
|
||||
>=dev-python/greenlet-0.4.14
|
||||
virtual/python-greenlet[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
|
||||
Reference in New Issue
Block a user