diff options
author | 2020-09-15 15:29:16 +0200 | |
---|---|---|
committer | 2020-09-15 15:29:16 +0200 | |
commit | d3147adfc52c3133a335113832d6ac3cc4cdc7f5 (patch) | |
tree | 2bd495db46027061694e8b426ecb37db7bddadf3 /dev-python/hypothesis | |
parent | x11-libs/liboglappth: Disable static libraries (diff) | |
download | gentoo-d3147adfc52c3133a335113832d6ac3cc4cdc7f5.tar.gz gentoo-d3147adfc52c3133a335113832d6ac3cc4cdc7f5.tar.bz2 gentoo-d3147adfc52c3133a335113832d6ac3cc4cdc7f5.zip |
dev-python/hypothesis: Add missing optfeature inherit
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-5.35.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-5.35.0.ebuild b/dev-python/hypothesis/hypothesis-5.35.0.ebuild index c2e4eabeb183..c8d53477c0bc 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/" |