summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-30 07:24:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-30 09:20:29 +0200
commit088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe (patch)
tree925486b7c596ea040867eb87d29c3e5ff67bd376 /dev-python
parent99c231296b5f352d271f274cc7c9a3043ae441af (diff)
downloadgentoo-088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe.tar.gz
gentoo-088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe.tar.bz2
gentoo-088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe.zip
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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/fsspec/fsspec-2022.5.0.ebuild1
1 files changed, 0 insertions, 1 deletions
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}]