diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-26 21:15:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-26 21:15:54 +0100 |
commit | dc3ca712259787a759fe050e49f0c84ca914d4b2 (patch) | |
tree | 54f2be82c3b38d8066aa7020d91bd15fd26d1543 /dev-python/plotly | |
parent | sci-libs/scikit-image: Enable py3.12 (diff) | |
download | gentoo-dc3ca712259787a759fe050e49f0c84ca914d4b2.tar.gz gentoo-dc3ca712259787a759fe050e49f0c84ca914d4b2.tar.bz2 gentoo-dc3ca712259787a759fe050e49f0c84ca914d4b2.zip |
Move {sci-libs → dev-python}/scikit-image
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plotly')
-rw-r--r-- | dev-python/plotly/plotly-5.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/plotly/plotly-5.18.0.ebuild b/dev-python/plotly/plotly-5.18.0.ebuild index 6ff4531c953a..ded586e2d189 100644 --- a/dev-python/plotly/plotly-5.18.0.ebuild +++ b/dev-python/plotly/plotly-5.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -50,7 +50,7 @@ BDEPEND=" dev-python/shapely[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] dev-python/xarray[${PYTHON_USEDEP}] - sci-libs/scikit-image[${PYTHON_USEDEP}] + dev-python/scikit-image[${PYTHON_USEDEP}] ) " |