commit:     c754d7d11079ed85db0d17d89b6012d9399af788
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 22:43:02 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 23:47:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c754d7d1

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 <AT> gentoo.org>

 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 71659cc6f68..ee580736dab 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

Reply via email to