diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-13 09:40:32 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-13 09:43:05 +0100 |
commit | ea482af42d8d4b7b34faca55fd47fe9648ac513a (patch) | |
tree | 8eeba939fa23434905d3a86951ad3ce8e1641228 /sci-visualization | |
parent | sci-visualization/dash: EmptyGlobalAssignment (diff) | |
download | gentoo-ea482af42d8d4b7b34faca55fd47fe9648ac513a.tar.gz gentoo-ea482af42d8d4b7b34faca55fd47fe9648ac513a.tar.bz2 gentoo-ea482af42d8d4b7b34faca55fd47fe9648ac513a.zip |
sci-visualization/jupyter-dash: EmptyGlobalAssignment
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild index ab632a4fb4aa..76fc23983e58 100644 --- a/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild +++ b/sci-visualization/jupyter-dash/jupyter-dash-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,14 +16,12 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="" -RDEPEND="${DEPEND} +RDEPEND=" dev-python/ansi2html[${PYTHON_USEDEP}] sci-visualization/dash[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/retrying[${PYTHON_USEDEP}]" -BDEPEND="" src_install () { distutils-r1_src_install |