mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
tornado: 5.1.1-r2 deps fix
This commit is contained in:
parent
003d88b27d
commit
f24a5263a2
1 changed files with 4 additions and 1 deletions
|
|
@ -16,6 +16,9 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
RDEPEND=">dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]
|
||||
dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue