diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-25 22:47:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-26 10:16:47 +0300 |
commit | 3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6 (patch) | |
tree | 8a6318dd54cf51c496958d0c7710835926283cee /dev-python/python-engineio | |
parent | dev-python/cairocffi: Keyword 1.4.0 sparc, #872830 (diff) | |
download | gentoo-3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6.tar.gz gentoo-3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6.tar.bz2 gentoo-3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6.zip |
Rename {www-servers → dev-python}/tornado
Closes: https://github.com/gentoo/gentoo/pull/27452
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-engineio')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild index 60800b43a242..0ffd329ab1cf 100644 --- a/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild @@ -35,8 +35,8 @@ BDEPEND=" ' python3_{8,9} ) dev-python/gevent[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] dev-python/websockets[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] ) " diff --git a/dev-python/python-engineio/python-engineio-4.3.3.ebuild b/dev-python/python-engineio/python-engineio-4.3.3.ebuild index 3853dc3895da..11eb015d2d1d 100644 --- a/dev-python/python-engineio/python-engineio-4.3.3.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.3.ebuild @@ -36,8 +36,8 @@ BDEPEND=" ' python3_{8,9} ) dev-python/gevent[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] dev-python/websockets[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] ) " diff --git a/dev-python/python-engineio/python-engineio-4.3.4.ebuild b/dev-python/python-engineio/python-engineio-4.3.4.ebuild index f9c4a5c25eb8..894a35d40699 100644 --- a/dev-python/python-engineio/python-engineio-4.3.4.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.4.ebuild @@ -36,8 +36,8 @@ BDEPEND=" ' python3_{8,9} ) dev-python/gevent[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] dev-python/websockets[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] ) " |