Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Tue, 15 Sep 2020 13:29:33
Message-Id: 1600176556.d3147adfc52c3133a335113832d6ac3cc4cdc7f5.soap@gentoo
1 commit: d3147adfc52c3133a335113832d6ac3cc4cdc7f5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 13:29:16 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 13:29:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3147adf
7
8 dev-python/hypothesis: Add missing optfeature inherit
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/hypothesis/hypothesis-5.35.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/hypothesis/hypothesis-5.35.0.ebuild b/dev-python/hypothesis/hypothesis-5.35.0.ebuild
17 index c2e4eabeb18..c8d53477c0b 100644
18 --- a/dev-python/hypothesis/hypothesis-5.35.0.ebuild
19 +++ b/dev-python/hypothesis/hypothesis-5.35.0.ebuild
20 @@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
21 PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
22 PYTHON_REQ_USE="threads(+),sqlite"
23
24 -inherit distutils-r1 eutils multiprocessing
25 +inherit distutils-r1 eutils multiprocessing optfeature
26
27 DESCRIPTION="A library for property based testing"
28 HOMEPAGE="https://github.com/HypothesisWorks/hypothesis https://pypi.org/project/hypothesis/"