dev-python/paste: fix missing dep on pytest-runner

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2019-04-15 21:46:05 -05:00
parent cc554c7f52
commit 6599f1854d

View File

@@ -25,6 +25,7 @@ RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}]
openid? ( dev-python/python-openid[$(python_gen_usedep 'python2*')] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"