From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B14F15800A for ; Thu, 20 Jul 2023 13:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40CB9E0874; Thu, 20 Jul 2023 13:46:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 238E1E0874 for ; Thu, 20 Jul 2023 13:46:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D987335CD2 for ; Thu, 20 Jul 2023 13:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46178BD8 for ; Thu, 20 Jul 2023 13:46:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1689860790.4e1daf894586e4a9c428daa1ae69706286677da7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/caldav/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/caldav/caldav-1.3.5.ebuild X-VCS-Directories: dev-python/caldav/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e1daf894586e4a9c428daa1ae69706286677da7 X-VCS-Branch: master Date: Thu, 20 Jul 2023 13:46:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e3c7aff-8653-47b0-8533-3fb5b761b12b X-Archives-Hash: e58adf9246ffa00453cbd409de87d294 commit: 4e1daf894586e4a9c428daa1ae69706286677da7 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 20 13:43:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 20 13:46:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1daf89 dev-python/caldav: Readd dev-python/tzlocal dep Closes: https://bugs.gentoo.org/910588 Signed-off-by: Michał Górny gentoo.org> dev-python/caldav/caldav-1.3.5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/caldav/caldav-1.3.5.ebuild b/dev-python/caldav/caldav-1.3.5.ebuild index 6c4354bd3737..5f4514555ce9 100644 --- a/dev-python/caldav/caldav-1.3.5.ebuild +++ b/dev-python/caldav/caldav-1.3.5.ebuild @@ -29,5 +29,10 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/tzlocal[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest