commit: 088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 05:24:16 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 30 07:20:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088821bb
dev-python/fsspec: Remove incorrect dep on versioneer
`import versioneer` uses bundled generated `versioneer.py`,
not the external package that is just a generator.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 058fa0de88c9..d1a992aa38bb 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}]