From c754d7d11079ed85db0d17d89b6012d9399af788 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 22 Apr 2020 23:43:02 +0100 Subject: [PATCH] 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 --- dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 -- 2.26.2