From aca8e7166a8f05d6f1228ed333070bf83098fd88 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 15 Apr 2019 21:46:44 -0500 Subject: [PATCH] dev-python/pastedeploy: add missing dep on pytest-runner Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/pastedeploy/pastedeploy-2.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pastedeploy/pastedeploy-2.0.1.ebuild b/dev-python/pastedeploy/pastedeploy-2.0.1.ebuild index e9fbd818afa6e..8636a1a94255a 100644 --- a/dev-python/pastedeploy/pastedeploy-2.0.1.ebuild +++ b/dev-python/pastedeploy/pastedeploy-2.0.1.ebuild @@ -22,6 +22,7 @@ IUSE="doc test" RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + dev-python/pytest-runner[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" python_test() {