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 E7F76138359 for ; Sun, 4 Oct 2020 17:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29853E088C; Sun, 4 Oct 2020 17:41: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 10B08E088C for ; Sun, 4 Oct 2020 17:41:29 +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 9E87D335C5D for ; Sun, 4 Oct 2020 17:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AAF6373 for ; Sun, 4 Oct 2020 17:41:26 +0000 (UTC) From: "Sam James" 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" Message-ID: <1601833278.ba51d57adffa7c7032555e787294be0cc72c7cd5.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: ba51d57adffa7c7032555e787294be0cc72c7cd5 X-VCS-Branch: master Date: Sun, 4 Oct 2020 17:41:26 +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: 18c7643a-bcb6-48ba-9bba-c2393f8f3834 X-Archives-Hash: 1fb5a02a03fca2168ca14000e06fac9e commit: ba51d57adffa7c7032555e787294be0cc72c7cd5 Author: Sam James gentoo org> AuthorDate: Sun Oct 4 17:41:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 4 17:41:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba51d57a dev-python/fsspec: add missing test dependency (requests) Closes: https://bugs.gentoo.org/746566 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James 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 a70c1f7d542..30d83a35081 100644 --- a/dev-python/fsspec/fsspec-0.8.0.ebuild +++ b/dev-python/fsspec/fsspec-0.8.0.ebuild @@ -24,6 +24,7 @@ BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}] test? ( 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 041adfc0de5..c315be1c916 100644 --- a/dev-python/fsspec/fsspec-0.8.2.ebuild +++ b/dev-python/fsspec/fsspec-0.8.2.ebuild @@ -24,6 +24,7 @@ BDEPEND=" dev-python/versioneer[${PYTHON_USEDEP}] test? ( dev-python/numpy[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] dev-vcs/git )"