diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-02 11:28:08 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-02 12:16:06 +0200 |
commit | d3f0877e651a14b70bb4e1eca97e6716e9ac5a47 (patch) | |
tree | 390034dab069c5cff86555e776b35302103a1ae3 /dev-python/path-py | |
parent | sys-devel/llvm: bump to final release (diff) | |
download | gentoo-d3f0877e651a14b70bb4e1eca97e6716e9ac5a47.tar.gz gentoo-d3f0877e651a14b70bb4e1eca97e6716e9ac5a47.tar.bz2 gentoo-d3f0877e651a14b70bb4e1eca97e6716e9ac5a47.zip |
dev-python/path-py: Add missing test dep
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/path-py')
-rw-r--r-- | dev-python/path-py/path-py-7.7.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/path-py/path-py-7.7.1.ebuild b/dev-python/path-py/path-py-7.7.1.ebuild index 7ae500ba7c04..b490b2b7e6e1 100644 --- a/dev-python/path-py/path-py-7.7.1.ebuild +++ b/dev-python/path-py/path-py-7.7.1.ebuild @@ -24,6 +24,7 @@ DEPEND=" test? ( dev-python/appdirs[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" |