diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-05-30 07:24:16 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-05-30 09:20:29 +0200 |
| commit | 088821bb69e1bd7b4cf8e7047799b2ca4ff2cabe (patch) | |
| tree | 925486b7c596ea040867eb87d29c3e5ff67bd376 /dev-python | |
| parent | 99c231296b5f352d271f274cc7c9a3043ae441af (diff) | |
| download | gentoo-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.ebuild | 1 |
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}] |
