From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1166865-garchives=archives.gentoo.org@lists.gentoo.org> 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 53587138350 for <garchives@archives.gentoo.org>; Fri, 1 May 2020 15:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9112DE0B17; Fri, 1 May 2020 15:44:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7C22BE0B17 for <gentoo-commits@lists.gentoo.org>; Fri, 1 May 2020 15:44:33 +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 92FC634F085 for <gentoo-commits@lists.gentoo.org>; Fri, 1 May 2020 15:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0888A201 for <gentoo-commits@lists.gentoo.org>; Fri, 1 May 2020 15:44:30 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1588347845.d1def1b4828325a22a6cdc919ca8961d3a4cf298.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpickle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonpickle/jsonpickle-1.4.1-r1.ebuild X-VCS-Directories: dev-python/jsonpickle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1def1b4828325a22a6cdc919ca8961d3a4cf298 X-VCS-Branch: master Date: Fri, 1 May 2020 15:44:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d17a285-fc4c-41a0-9cd3-a35748a4a953 X-Archives-Hash: 373e54ca205423ca55a0b9aa739d6f71 commit: d1def1b4828325a22a6cdc919ca8961d3a4cf298 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 1 15:34:07 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 1 15:44:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1def1b4 dev-python/jsonpickle: Add missing dep on dev-python/toml Closes: https://bugs.gentoo.org/720042 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/jsonpickle/jsonpickle-1.4.1-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/jsonpickle/jsonpickle-1.4.1-r1.ebuild b/dev-python/jsonpickle/jsonpickle-1.4.1-r1.ebuild index f9b5040f156..89fea2e3b88 100644 --- a/dev-python/jsonpickle/jsonpickle-1.4.1-r1.ebuild +++ b/dev-python/jsonpickle/jsonpickle-1.4.1-r1.ebuild @@ -24,6 +24,10 @@ RDEPEND=" dev-python/feedparser[${PYTHON_USEDEP}] dev-python/ujson[${PYTHON_USEDEP}] " +# toml via setuptools_scm[toml] +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}]" distutils_enable_sphinx "docs/source"