dev-python/gevent: Add missing dep on libuv
authorMichał Górny <mgorny@gentoo.org>
Fri, 29 May 2020 08:32:46 +0000 (10:32 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 29 May 2020 08:33:00 +0000 (10:33 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gevent/gevent-20.5.2.ebuild

index faeb72ae729fe1a9822a7e57f873c096f6c635bb..0ada47ba772052f4a8269509270609c86f719cac 100644 (file)
@@ -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}