From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD17A138334 for ; Tue, 21 Aug 2018 19:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E766CE0817; Tue, 21 Aug 2018 19:33:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9BB1E0817 for ; Tue, 21 Aug 2018 19:33:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 117F0335D52 for ; Tue, 21 Aug 2018 19:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2851A3A2 for ; Tue, 21 Aug 2018 19:33:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1534880017.84a575760446b78dbe4b7e616476d87525cbeace.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild X-VCS-Directories: dev-python/marshmallow/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 84a575760446b78dbe4b7e616476d87525cbeace X-VCS-Branch: master Date: Tue, 21 Aug 2018 19:33:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77ffd30a-e9a7-42ca-a176-1fc3309d8c9a X-Archives-Hash: adb5c454bdfca3b09f6992886f7857e9 commit: 84a575760446b78dbe4b7e616476d87525cbeace Author: Zac Medico gentoo org> AuthorDate: Tue Aug 21 19:30:58 2018 +0000 Commit: Zac Medico gentoo 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}"