From 80024ecb2992bfe01e48f7f75d8846fce45a8762 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 23 Nov 2021 13:12:00 +0100 Subject: dev-python/iso8601: Add missing pytz test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/826858 Signed-off-by: Michał Górny --- dev-python/iso8601/iso8601-1.0.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild index 90eaf5c81386..68135693e59e 100644 --- a/dev-python/iso8601/iso8601-1.0.1.ebuild +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild @@ -17,6 +17,9 @@ SLOT="0" 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" BDEPEND=" - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad