diff options
author | Sam James <sam@gentoo.org> | 2023-03-15 05:47:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-15 05:47:46 +0000 |
commit | e3f0cfafcab259f1b16c5f716e20e25b89bd13cd (patch) | |
tree | dc19ee481901dd9efb06041a42bbfe7feb00fc27 /dev-python/netcdf4 | |
parent | sci-libs/netcdf-fortran: use release tarball (diff) | |
download | gentoo-e3f0cfafcab259f1b16c5f716e20e25b89bd13cd.tar.gz gentoo-e3f0cfafcab259f1b16c5f716e20e25b89bd13cd.tar.bz2 gentoo-e3f0cfafcab259f1b16c5f716e20e25b89bd13cd.zip |
dev-python/netcdf4: update netcdf[tools] dep
Tools are now always available.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/netcdf4')
-rw-r--r-- | dev-python/netcdf4/netcdf4-1.5.8.ebuild | 2 | ||||
-rw-r--r-- | dev-python/netcdf4/netcdf4-1.6.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/netcdf4/netcdf4-1.5.8.ebuild b/dev-python/netcdf4/netcdf4-1.5.8.ebuild index 25f2870753da..7d34f4723d84 100644 --- a/dev-python/netcdf4/netcdf4-1.5.8.ebuild +++ b/dev-python/netcdf4/netcdf4-1.5.8.ebuild @@ -29,7 +29,7 @@ RDEPEND="${DEPEND} BDEPEND=" test? ( sci-libs/hdf5 - sci-libs/netcdf[hdf5,tools] + sci-libs/netcdf[hdf5,tools(+)] dev-python/cftime[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] )" diff --git a/dev-python/netcdf4/netcdf4-1.6.3.ebuild b/dev-python/netcdf4/netcdf4-1.6.3.ebuild index d7ac0b92fadd..7699739e8ffe 100644 --- a/dev-python/netcdf4/netcdf4-1.6.3.ebuild +++ b/dev-python/netcdf4/netcdf4-1.6.3.ebuild @@ -35,7 +35,7 @@ BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] test? ( ${RDEPEND} - sci-libs/netcdf[tools] + sci-libs/netcdf[tools(+)] ) " |