commit: d3147adfc52c3133a335113832d6ac3cc4cdc7f5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:29:16 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 13:29:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3147adf
dev-python/hypothesis: Add missing optfeature inherit
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/hypothesis/hypothesis-5.35.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hypothesis/hypothesis-5.35.0.ebuild
b/dev-python/hypothesis/hypothesis-5.35.0.ebuild
index c2e4eabeb18..c8d53477c0b 100644
--- a/dev-python/hypothesis/hypothesis-5.35.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.35.0.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="threads(+),sqlite"
-inherit distutils-r1 eutils multiprocessing
+inherit distutils-r1 eutils multiprocessing optfeature
DESCRIPTION="A library for property based testing"
HOMEPAGE="https://github.com/HypothesisWorks/hypothesis
https://pypi.org/project/hypothesis/"