dev-python/rfc3986-validator: Add a missing dep on hypothesis
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Apr 2020 06:55:15 +0000 (08:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Apr 2020 07:00:08 +0000 (09:00 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild

index 0b479e467a3efc61a85c63df2e98ac9561611df2..c3a689322810e318bb4dc95ed761a93bcd99e839 100644 (file)
@@ -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}"