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 <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2020-04-22 23:43:02 +01:00
parent 16ba7a99cc
commit c754d7d110

View File

@@ -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