summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-15 21:46:05 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-15 21:47:09 -0500
commit6599f1854d3bf7d238f09d4663e68213fd5a78ff (patch)
tree2453d6d4134df476172aad358df3a5426e233db2 /dev-python
parentmedia-libs/libpng: arm64 stable (bug #683366) (diff)
downloadgentoo-6599f1854d3bf7d238f09d4663e68213fd5a78ff.tar.gz
gentoo-6599f1854d3bf7d238f09d4663e68213fd5a78ff.tar.bz2
gentoo-6599f1854d3bf7d238f09d4663e68213fd5a78ff.zip
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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/paste/paste-3.0.7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/paste/paste-3.0.7.ebuild b/dev-python/paste/paste-3.0.7.ebuild
index 0191f718b00a..6377c832431e 100644
--- a/dev-python/paste/paste-3.0.7.ebuild
+++ b/dev-python/paste/paste-3.0.7.ebuild
@@ -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}"