commit: 7ce4870d08f6e10112fec81f8569438989ba4731
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 09:26:03 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 09:26:03 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ce4870d
dev-python/persim: move test deps out of RDEPEND
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/persim/persim-0.3.0.ebuild | 2 +-
dev-python/persim/persim-0.3.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/persim/persim-0.3.0.ebuild
b/dev-python/persim/persim-0.3.0.ebuild
index 5272edc3a..6e1d989aa 100644
--- a/dev-python/persim/persim-0.3.0.ebuild
+++ b/dev-python/persim/persim-0.3.0.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/plotly[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
sci-libs/scikit-learn[${PYTHON_USEDEP}]
- test? ( dev-python/deprecated[${PYTHON_USEDEP}] )
"
+BDEPEND="test? ( dev-python/deprecated[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
diff --git a/dev-python/persim/persim-0.3.1.ebuild
b/dev-python/persim/persim-0.3.1.ebuild
index 5272edc3a..6e1d989aa 100644
--- a/dev-python/persim/persim-0.3.1.ebuild
+++ b/dev-python/persim/persim-0.3.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/plotly[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
sci-libs/scikit-learn[${PYTHON_USEDEP}]
- test? ( dev-python/deprecated[${PYTHON_USEDEP}] )
"
+BDEPEND="test? ( dev-python/deprecated[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest