From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1211798-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 EA3FC138359 for <garchives@archives.gentoo.org>; Sun, 4 Oct 2020 17:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26F2DE0636; Sun, 4 Oct 2020 17:55:29 +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 0C0D7E0636 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Oct 2020 17:55:28 +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 E8FA2335CEF for <gentoo-commits@lists.gentoo.org>; Sun, 4 Oct 2020 17:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 733E8373 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Oct 2020 17:55:26 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1601834116.7b8d3e45b8f6f6b988bed18857e7cde5d748f9ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fsspec/fsspec-0.8.0.ebuild dev-python/fsspec/fsspec-0.8.2.ebuild X-VCS-Directories: dev-python/fsspec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b8d3e45b8f6f6b988bed18857e7cde5d748f9ab X-VCS-Branch: master Date: Sun, 4 Oct 2020 17:55:26 +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: d7fda307-3e90-4b96-bba4-8e2d581a828c X-Archives-Hash: 0a757888e3da6a53efd2b194e0fef376 commit: 7b8d3e45b8f6f6b988bed18857e7cde5d748f9ab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 4 17:55:16 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 4 17:55:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8d3e45 dev-python/fsspec: throw in another test dep (aiohttp) The previous error message was misleading, it was missing both aiohttp and requests, and only mentioned the latter! Bug: https://bugs.gentoo.org/746566 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/fsspec/fsspec-0.8.0.ebuild | 1 + dev-python/fsspec/fsspec-0.8.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/fsspec/fsspec-0.8.0.ebuild b/dev-python/fsspec/fsspec-0.8.0.ebuild index 30d83a35081..38f37978fe0 100644 --- a/dev-python/fsspec/fsspec-0.8.0.ebuild +++ b/dev-python/fsspec/fsspec-0.8.0.ebuild @@ -23,6 +23,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}] test? ( + dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-vcs/git diff --git a/dev-python/fsspec/fsspec-0.8.2.ebuild b/dev-python/fsspec/fsspec-0.8.2.ebuild index c315be1c916..b26057db666 100644 --- a/dev-python/fsspec/fsspec-0.8.2.ebuild +++ b/dev-python/fsspec/fsspec-0.8.2.ebuild @@ -23,6 +23,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}] test? ( + dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-vcs/git