From: Marek Szuba Date: Wed, 22 Apr 2020 22:43:02 +0000 (+0100) Subject: dev-python/pslab-python: fix dependencies, again X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c754d7d11079ed85db0d17d89b6012d9399af788;p=gentoo.git dev-python/pslab-python: fix dependencies, again One, this is a multi-implementation package so we do not want dependencies to be conditional. Two, no need to set DEPEND. Signed-off-by: Marek Szuba --- diff --git a/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild b/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild index 71659cc6f68f..ee580736dabe 100644 --- a/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild +++ b/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild @@ -15,14 +15,10 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyqtgraph[${PYTHON_USEDEP}] - dev-python/pyserial[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - ')" -DEPEND="${RDEPEND}" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pyqtgraph[${PYTHON_USEDEP}] + dev-python/pyserial[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-1.0.1-sys_version.patch