commit: aca8e7166a8f05d6f1228ed333070bf83098fd88
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 02:46:44 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 02:47:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca8e716
dev-python/pastedeploy: add missing dep on pytest-runner
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
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 e9fbd818afa..8636a1a9425 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() {