Skip to content

Commit

Permalink
dev-db/mongodb: fix typo in test dependencies thx to @hydrapolic
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alexys Jacob <[email protected]>
  • Loading branch information
ultrabug committed May 20, 2020
1 parent 75ede7d commit 8c72e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-db/mongodb/mongodb-4.2.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RDEPEND="acct-group/mongodb
DEPEND="${RDEPEND}
${PYTHON_DEPS}
$(python_gen_any_dep '
test? ( dev-python/pymongo[${PYTHON_USEDEP}] dev-python/pymongo[${PYTHON_USEDEP}] )
test? ( dev-python/pymongo[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] )
>=dev-util/scons-2.5.0[${PYTHON_USEDEP}]
dev-python/cheetah3[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 8c72e37

Please sign in to comment.