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 0DED5138334 for ; Wed, 13 Mar 2019 08:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED482E089D; Wed, 13 Mar 2019 08:35:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C275CE089D for ; Wed, 13 Mar 2019 08:35:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2C0F5335CDE for ; Wed, 13 Mar 2019 08:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC4D54D for ; Wed, 13 Mar 2019 08:35:33 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1552466105.07a50169ef947a010dc4c03d22a8ed6d6e4210dc.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-3.0.1.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 07a50169ef947a010dc4c03d22a8ed6d6e4210dc X-VCS-Branch: master Date: Wed, 13 Mar 2019 08:35:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15cb37c4-7f69-4fd3-b6a7-dc1e18119cfa X-Archives-Hash: f92ac4c29f438570278ff1df021b79d8 commit: 07a50169ef947a010dc4c03d22a8ed6d6e4210dc Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Mar 13 08:34:37 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Mar 13 08:35:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a50169 dev-python/jsonschema: More missing deps added Fixes: https://bugs.gentoo.org/679892 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/jsonschema/jsonschema-3.0.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/jsonschema/jsonschema-3.0.1.ebuild b/dev-python/jsonschema/jsonschema-3.0.1.ebuild index abcfc33717b..816bd7b644c 100644 --- a/dev-python/jsonschema/jsonschema-3.0.1.ebuild +++ b/dev-python/jsonschema/jsonschema-3.0.1.ebuild @@ -16,11 +16,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + " + RDEPEND=" dev-python/rfc3987[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}] dev-python/webcolors[${PYTHON_USEDEP}] + dev-python/pyrsistent[${PYTHON_USEDEP}] >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] $(python_gen_cond_dep \ 'dev-python/functools32[${PYTHON_USEDEP}]' 'python2*' pypy)