From 7b8d3e45b8f6f6b988bed18857e7cde5d748f9ab Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 Oct 2020 17:55:16 +0000 Subject: 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 --- dev-python/fsspec/fsspec-0.8.0.ebuild | 1 + dev-python/fsspec/fsspec-0.8.2.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'dev-python/fsspec') diff --git a/dev-python/fsspec/fsspec-0.8.0.ebuild b/dev-python/fsspec/fsspec-0.8.0.ebuild index 30d83a350816..38f37978fe00 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 c315be1c916a..b26057db6667 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 -- cgit v1.2.3-65-gdbad