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 26E2113835A for ; Tue, 19 Jan 2021 16:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B954CE08F0; Tue, 19 Jan 2021 16:56:07 +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 9E3CDE08ED for ; Tue, 19 Jan 2021 16:56:07 +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 8C2DC340CB4 for ; Tue, 19 Jan 2021 16:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF884AA for ; Tue, 19 Jan 2021 16:56:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611074895.b119d7b5886177b78b9cb720aee6634196926c08.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/rdkit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/rdkit/rdkit-2020.03.6.ebuild X-VCS-Directories: sci-libs/rdkit/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b119d7b5886177b78b9cb720aee6634196926c08 X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:56:03 +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: b37287ee-8d46-462a-bfcd-5537f7f4581a X-Archives-Hash: 8dce27b39ece2b88824f97a1eb8336ac commit: b119d7b5886177b78b9cb720aee6634196926c08 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:48:15 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:48:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b119d7b5 sci-libs/rdkit: add ${PYTHON_DEPS} Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/rdkit/rdkit-2020.03.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/rdkit/rdkit-2020.03.6.ebuild b/sci-libs/rdkit/rdkit-2020.03.6.ebuild index 2c8ef5817..0c715da7d 100644 --- a/sci-libs/rdkit/rdkit-2020.03.6.ebuild +++ b/sci-libs/rdkit/rdkit-2020.03.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,6 +29,7 @@ RDEPEND="dev-libs/boost python? ( dev-libs/boost[python,${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] + ${PYTHON_DEPS} ) >=dev-db/sqlite-3" DEPEND="${RDEPEND}"