commit:     2afb08e1b93c77d846c768cfe469d967c76c58a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 06:47:51 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 07:00:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afb08e1

dev-python/rfc3339-validator: Add missing test-dep on hypothesis

Closes: https://bugs.gentoo.org/719858
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild 
b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
index 7284229275f..1829a7a027f 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
        dev-python/strict-rfc3339[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
 "
 
 PATCHES=(

Reply via email to