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 8D68F138335 for ; Wed, 19 Jun 2019 08:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3E34E09E2; Wed, 19 Jun 2019 08:41:32 +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 A8757E09E2 for ; Wed, 19 Jun 2019 08:41:32 +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 51B95346496 for ; Wed, 19 Jun 2019 08:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 471D65C0 for ; Wed, 19 Jun 2019 08:41:29 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1560933508.7a0d68cfd8526703c82d13f2218e031d1ab17477.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/tensorboard/tensorboard-1.14.0.ebuild X-VCS-Directories: sci-visualization/tensorboard/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7a0d68cfd8526703c82d13f2218e031d1ab17477 X-VCS-Branch: master Date: Wed, 19 Jun 2019 08:41:29 +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: 09de22b7-c569-4357-b35c-dcc6d9fb31ba X-Archives-Hash: 375ceacdf9eae8fb8e729ec5749a2392 commit: 7a0d68cfd8526703c82d13f2218e031d1ab17477 Author: Jason Zaman gentoo org> AuthorDate: Wed Jun 19 08:33:56 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Jun 19 08:38:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0d68cf sci-visualization/tensorboard: add setuptools dep Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild index 1665bc00912..1e9df6f9ed2 100644 --- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild +++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] + >=dev-python/setuptools-41[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}]"