commit:     35e320de38e7428fce4a01030e8947ae34c46f8b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov  1 20:46:06 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 03:40:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35e320de

dev-python/os-resource-classes: BDEPEND for tests

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild 
b/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild
index 7b32e7182..a42b9de42 100644
--- a/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild
+++ b/dev-python/os-resource-classes/os-resource-classes-1.1.0.ebuild
@@ -22,9 +22,11 @@ KEYWORDS="~amd64"
 RDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 BDEPEND="
-       >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
-       >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-       >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+       test? (
+               >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+               >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+               >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+       )
 "
 
 distutils_enable_tests pytest

Reply via email to