From: Zac Medico Date: Tue, 21 Aug 2018 19:30:58 +0000 (-0700) Subject: dev-python/marshmallow: add simplejson test dep (bug 664212) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84a575760446b78dbe4b7e616476d87525cbeace;p=gentoo.git dev-python/marshmallow: add simplejson test dep (bug 664212) Closes: https://bugs.gentoo.org/664212 Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- 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}"