From 84a575760446b78dbe4b7e616476d87525cbeace Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 21 Aug 2018 12:30:58 -0700 Subject: [PATCH] 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 --- dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}" -- 2.26.2