commit:     84a575760446b78dbe4b7e616476d87525cbeace
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 19:30:58 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 19:33:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a57576

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 630eff899b7..03d11047dfc 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}"
 

Reply via email to