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/iso8601/
Date: Tue, 23 Nov 2021 08:16:52
Message-Id: 1637655404.9fedfc689863d2e0b372c5396660485d29d9464e.mgorny@gentoo
1 commit: 9fedfc689863d2e0b372c5396660485d29d9464e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 08:14:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 08:16:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fedfc68
7
8 dev-python/iso8601: Add hypothesis test-dep
9
10 Closes: https://bugs.gentoo.org/826714
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/iso8601/iso8601-1.0.1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild
17 index accfc1c9ab60..90eaf5c81386 100644
18 --- a/dev-python/iso8601/iso8601-1.0.1.ebuild
19 +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild
20 @@ -16,4 +16,7 @@ LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
23
24 +BDEPEND="
25 + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
26 +
27 distutils_enable_tests pytest