From d3147adfc52c3133a335113832d6ac3cc4cdc7f5 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 15 Sep 2020 15:29:16 +0200 Subject: [PATCH] dev-python/hypothesis: Add missing optfeature inherit Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert --- 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 c2e4eabeb183b..c8d53477c0bcc 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/"