dev-python/rfc3339-validator: Add missing test-dep on hypothesis
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Apr 2020 06:47:51 +0000 (08:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Apr 2020 07:00:05 +0000 (09:00 +0200)
Closes: https://bugs.gentoo.org/719858
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild

index 7284229275fb609f98716337edc9d59da401b3c4..1829a7a027f0a9817cc1ce3ad038782190acd1b3 100644 (file)
@@ -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=(