commit:     f7bb3bff0663d42def2a266a5d93ae4c6870c6b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 08:32:46 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 29 08:33:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bb3bff

dev-python/gevent: Add missing dep on libuv

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/gevent/gevent-20.5.2.ebuild | 5 +++--
 1 file 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 faeb72ae729..0ada47ba772 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}

Reply via email to