Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3339-validator/
Date: Tue, 28 Apr 2020 07:00:51
Message-Id: 1588057205.2afb08e1b93c77d846c768cfe469d967c76c58a0.mgorny@gentoo
1 commit: 2afb08e1b93c77d846c768cfe469d967c76c58a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 06:47:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 07:00:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afb08e1
7
8 dev-python/rfc3339-validator: Add missing test-dep on hypothesis
9
10 Closes: https://bugs.gentoo.org/719858
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
17 index 7284229275f..1829a7a027f 100644
18 --- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
19 +++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild
20 @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
21 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
22 dev-python/strict-rfc3339[${PYTHON_USEDEP}]"
23 BDEPEND="${RDEPEND}
24 - dev-python/setuptools[${PYTHON_USEDEP}]
25 + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
26 "
27
28 PATCHES=(