summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-15 21:46:44 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-15 21:47:10 -0500
commitaca8e7166a8f05d6f1228ed333070bf83098fd88 (patch)
treec6f36d97972ad0eacd33143df00629b781e0c4a1 /dev-python/pastedeploy
parentdev-python/paste: fix missing dep on pytest-runner (diff)
downloadgentoo-aca8e7166a8f05d6f1228ed333070bf83098fd88.tar.gz
gentoo-aca8e7166a8f05d6f1228ed333070bf83098fd88.tar.bz2
gentoo-aca8e7166a8f05d6f1228ed333070bf83098fd88.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r--dev-python/pastedeploy/pastedeploy-2.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-2.0.1.ebuild b/dev-python/pastedeploy/pastedeploy-2.0.1.ebuild
index e9fbd818afa6..8636a1a94255 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() {