From: Michał Górny Date: Tue, 28 Apr 2020 06:47:51 +0000 (+0200) Subject: dev-python/rfc3339-validator: Add missing test-dep on hypothesis X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2afb08e1b93c77d846c768cfe469d967c76c58a0;p=gentoo.git dev-python/rfc3339-validator: Add missing test-dep on hypothesis Closes: https://bugs.gentoo.org/719858 Signed-off-by: Michał Górny --- 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 7284229275fb..1829a7a027f0 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=(