mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
tornado: proper deps
This commit is contained in:
parent
9894216987
commit
2c99f8e22c
1 changed files with 4 additions and 3 deletions
|
|
@ -16,9 +16,10 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]
|
||||
dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
RDEPEND="
|
||||
virtual/python-futures[${PYTHON_USEDEP}]
|
||||
virtual/python-singledispatch[${PYTHON_USEDEP}]
|
||||
virtual/python-backports_abc[${PYTHON_USEDEP}]
|
||||
dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue