diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-02 11:57:32 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-02 11:58:27 -0500 |
commit | 15137dfec63a5a0601f5063495b9d3ca6b30c35b (patch) | |
tree | c5cf3b2466d5d9a82b8682db9cdca0926ac2515a /app-crypt/acme/acme-9999.ebuild | |
parent | dev-ada/gprbuild: New (2019) version (diff) | |
download | gentoo-15137dfec63a5a0601f5063495b9d3ca6b30c35b.tar.gz gentoo-15137dfec63a5a0601f5063495b9d3ca6b30c35b.tar.bz2 gentoo-15137dfec63a5a0601f5063495b9d3ca6b30c35b.zip |
app-crypt/acme: add missing nose testdep
Fixes: https://bugs.gentoo.org/687184
Package-Manager: Portage-2.3.66, Repoman-2.3.13
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme/acme-9999.ebuild')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 9500982ce873..3acd37f75f8e 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -42,6 +42,7 @@ DEPEND=" ) test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) |