summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
index 630eff899b7f..03d11047dfc2 100644
--- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
+++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild
@@ -21,7 +21,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/simplejson[${PYTHON_USEDEP}]
+ )"
S="${WORKDIR}/${MY_P}"