projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee8df5
)
dev-python/gevent: Add missing dep on libuv
author
Michał Górny
<mgorny@gentoo.org>
Fri, 29 May 2020 08:32:46 +0000
(10:32 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/gevent/gevent-20.5.2.ebuild
b/dev-python/gevent/gevent-20.5.2.ebuild
index faeb72ae729fe1a9822a7e57f873c096f6c635bb..0ada47ba772052f4a8269509270609c86f719cac 100644
(file)
--- 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}