Skip to content

Commit

Permalink
app-crypt/acme: add missing nose testdep
Browse files Browse the repository at this point in the history
Fixes: https://bugs.gentoo.org/687184
Package-Manager: Portage-2.3.66, Repoman-2.3.13
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Jun 2, 2019
1 parent 0f1f8f5 commit 15137df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-crypt/acme/acme-0.34.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ DEPEND="
)
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
Expand Down
1 change: 1 addition & 0 deletions app-crypt/acme/acme-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ DEPEND="
)
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
Expand Down

0 comments on commit 15137df

Please sign in to comment.