dev-python/pastedeploy: add missing dep on pytest-runner
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 16 Apr 2019 02:46:44 +0000 (21:46 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 16 Apr 2019 02:47:10 +0000 (21:47 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/pastedeploy/pastedeploy-2.0.1.ebuild

index e9fbd818afa6ed3a5d7b89b1eb239556bb3642d9..8636a1a94255a9e781ef7c036df8e2f5ade1f834 100644 (file)
@@ -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() {