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 12:14:07
Message-Id: 1637669638.80024ecb2992bfe01e48f7f75d8846fce45a8762.mgorny@gentoo
1 commit: 80024ecb2992bfe01e48f7f75d8846fce45a8762
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 12:12:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 12:13:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80024ecb
7
8 dev-python/iso8601: Add missing pytz test dep
9
10 Closes: https://bugs.gentoo.org/826858
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/iso8601/iso8601-1.0.1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild
17 index 90eaf5c81386..68135693e59e 100644
18 --- a/dev-python/iso8601/iso8601-1.0.1.ebuild
19 +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild
20 @@ -17,6 +17,9 @@ SLOT="0"
21 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"
22
23 BDEPEND="
24 - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
25 + test? (
26 + dev-python/hypothesis[${PYTHON_USEDEP}]
27 + dev-python/pytz[${PYTHON_USEDEP}]
28 + )"
29
30 distutils_enable_tests pytest