diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-29 10:32:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-29 10:33:00 +0200 |
commit | f7bb3bff0663d42def2a266a5d93ae4c6870c6b5 (patch) | |
tree | 826a816a5a1f5c161117449568c8a8fd346f2b90 /dev-python/gevent | |
parent | x11-misc/fraqtive: Depend on dev-qt/qtxml:5 (diff) | |
download | gentoo-f7bb3bff0663d42def2a266a5d93ae4c6870c6b5.tar.gz gentoo-f7bb3bff0663d42def2a266a5d93ae4c6870c6b5.tar.bz2 gentoo-f7bb3bff0663d42def2a266a5d93ae4c6870c6b5.zip |
dev-python/gevent: Add missing dep on libuv
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gevent')
-rw-r--r-- | dev-python/gevent/gevent-20.5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/gevent/gevent-20.5.2.ebuild b/dev-python/gevent/gevent-20.5.2.ebuild index faeb72ae729f..0ada47ba7720 100644 --- a/dev-python/gevent/gevent-20.5.2.ebuild +++ b/dev-python/gevent/gevent-20.5.2.ebuild @@ -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} |