commit:     a74070f837d32628dc80c6436e5877e186398aac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 06:55:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 07:00:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74070f8

dev-python/rfc3986-validator: Add a missing dep on hypothesis

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild 
b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
index 0b479e467a3..c3a68932281 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild
@@ -20,6 +20,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="dev-python/rfc3987[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/${MY_P}"
 

Reply via email to