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@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-30 07:24:16 +02:00
parent 99c231296b
commit 088821bb69

View File

@@ -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}]