From 088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 30 May 2022 07:24:16 +0200 Subject: [PATCH] dev-python/fsspec: Remove incorrect dep on versioneer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `import versioneer` uses bundled generated `versioneer.py`, not the external package that is just a generator. Signed-off-by: Michał Górny --- dev-python/fsspec/fsspec-2022.5.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/fsspec/fsspec-2022.5.0.ebuild b/dev-python/fsspec/fsspec-2022.5.0.ebuild index 058fa0de88c9b..d1a992aa38bb4 100644 --- a/dev-python/fsspec/fsspec-2022.5.0.ebuild +++ b/dev-python/fsspec/fsspec-2022.5.0.ebuild @@ -22,7 +22,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" BDEPEND=" - dev-python/versioneer[${PYTHON_USEDEP}] test? ( dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]