commit:     2427f4c7fb21177adc3db7256f525fc30c44fdb0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 14:25:15 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 14:26:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2427f4c7

sci-misc/vitables: add missing test dep

Closes: https://bugs.gentoo.org/794577
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-misc/vitables/vitables-3.0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-misc/vitables/vitables-3.0.2.ebuild 
b/sci-misc/vitables/vitables-3.0.2.ebuild
index 55b5ddb2846..d334a4dbd1b 100644
--- a/sci-misc/vitables/vitables-3.0.2.ebuild
+++ b/sci-misc/vitables/vitables-3.0.2.ebuild
@@ -24,14 +24,15 @@ RDEPEND="
        $(python_gen_cond_dep '
                dev-python/numpy[${PYTHON_USEDEP}]
                dev-python/numexpr[${PYTHON_USEDEP}]
-               dev-python/pytables[${PYTHON_MULTI_USEDEP}]
-               dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}]
+               dev-python/pytables[${PYTHON_USEDEP}]
+               dev-python/QtPy[gui,${PYTHON_USEDEP}]
        ')"
 DEPEND="${RDEPEND}"
 BDEPEND="
        test? (
                $(python_gen_cond_dep '
                        <dev-python/sip-5[${PYTHON_USEDEP}]
+                       dev-python/nose[${PYTHON_USEDEP}]
        ')
        )
 "

Reply via email to