summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-05 04:24:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-05 04:55:19 +0100
commit2c445fb98ccaa4281b3014ecd0670ed43007b98d (patch)
treeaec67a9f5230da0721d81ec49b6fd8ffca52d395 /dev-python/meshio
parentdev-python/fsspec: Bump to 2023.3.0 (diff)
downloadgentoo-2c445fb98ccaa4281b3014ecd0670ed43007b98d.tar.gz
gentoo-2c445fb98ccaa4281b3014ecd0670ed43007b98d.tar.bz2
gentoo-2c445fb98ccaa4281b3014ecd0670ed43007b98d.zip
Rename dev-python/{netcdf4-python → netcdf4}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/meshio')
-rw-r--r--dev-python/meshio/meshio-5.3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/meshio/meshio-5.3.4.ebuild b/dev-python/meshio/meshio-5.3.4.ebuild
index c18d5f584677..25665728f0bc 100644
--- a/dev-python/meshio/meshio-5.3.4.ebuild
+++ b/dev-python/meshio/meshio-5.3.4.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
>=dev-python/numpy-1.20.0[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
- netcdf? ( dev-python/netcdf4-python[${PYTHON_USEDEP}] )
+ netcdf? ( dev-python/netcdf4[${PYTHON_USEDEP}] )
"
BDEPEND="
test? ( dev-python/h5py[${PYTHON_USEDEP}] )