summaryrefslogtreecommitdiff
path: root/dev-python/ws4py/ws4py-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ws4py/ws4py-9999.ebuild')
-rw-r--r--dev-python/ws4py/ws4py-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild
index d38a767a08cc..3818a848170e 100644
--- a/dev-python/ws4py/ws4py-9999.ebuild
+++ b/dev-python/ws4py/ws4py-9999.ebuild
@@ -3,7 +3,7 @@
# We could depend on dev-python/cherrypy when USE=server, but
# that is an optional component ...
-# Same for www-servers/tornado and USE=client ... so why not???
+# Same for dev-python/tornado and USE=client ... so why not???
# pypy is viable but better with a cutdown set of deps
EAPI=7
@@ -35,7 +35,7 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
>=dev-python/cython-0.19.1[${PYTHON_USEDEP}]
- client? ( >=www-servers/tornado-3.1[${PYTHON_USEDEP}] )
+ client? ( >=dev-python/tornado-3.1[${PYTHON_USEDEP}] )
server? ( >=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] )"
DEPEND="test? (