diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-05-08 14:35:19 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-05-08 14:35:58 +0200 |
commit | e284b310cd0b58e42e8311e933d97e214a9ea8c4 (patch) | |
tree | cf1cbac95af1a5a21f31e582dfafb5d9d225578e /sci-libs | |
parent | app-i18n/ibus-libpinyin: Stabilize 1.13.1-r1 x86, #905927 (diff) | |
download | gentoo-e284b310cd0b58e42e8311e933d97e214a9ea8c4.tar.gz gentoo-e284b310cd0b58e42e8311e933d97e214a9ea8c4.tar.bz2 gentoo-e284b310cd0b58e42e8311e933d97e214a9ea8c4.zip |
sci-libs/datasets: add deps for test
Closes: https://bugs.gentoo.org/905931
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/datasets/datasets-2.11.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/datasets/datasets-2.11.0.ebuild b/sci-libs/datasets/datasets-2.11.0.ebuild index 29c37671fcb6..b7c020779cce 100644 --- a/sci-libs/datasets/datasets-2.11.0.ebuild +++ b/sci-libs/datasets/datasets-2.11.0.ebuild @@ -41,6 +41,7 @@ DEPEND="${RDEPEND}" BDEPEND="test? ( $(python_gen_cond_dep ' dev-python/pytest-datadir[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] ') )" |