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 031C215838C for ; Sat, 27 Jan 2024 12:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1452E29DB; Sat, 27 Jan 2024 12:10:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C2E3E29DA for ; Sat, 27 Jan 2024 12:10:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB915343431 for ; Sat, 27 Jan 2024 12:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0ABA14C3 for ; Sat, 27 Jan 2024 12:10:44 +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: <1706357436.e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alembic/alembic-1.13.1.ebuild X-VCS-Directories: dev-python/alembic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a X-VCS-Branch: master Date: Sat, 27 Jan 2024 12:10:44 +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: 9b68e76f-2e5a-400a-8ab5-9c61afc9a0ed X-Archives-Hash: 4c50267066a13a23dccf462e945de3bc commit: e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a Author: Michał Górny gentoo org> AuthorDate: Sat Jan 27 12:04:05 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 27 12:10:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96d05ae dev-python/alembic: Add a test dep on sys-libs/timezone-data Closes: https://bugs.gentoo.org/922995 Signed-off-by: Michał Górny gentoo.org> dev-python/alembic/alembic-1.13.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/alembic/alembic-1.13.1.ebuild b/dev-python/alembic/alembic-1.13.1.ebuild index 4ad4d6d36240..d30bacd5aaea 100644 --- a/dev-python/alembic/alembic-1.13.1.ebuild +++ b/dev-python/alembic/alembic-1.13.1.ebuild @@ -25,6 +25,11 @@ RDEPEND=" >=dev-python/python-editor-0.3[${PYTHON_USEDEP}] >=dev-python/typing-extensions-4[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + sys-libs/timezone-data + ) +" EPYTEST_XDIST=1 distutils_enable_tests pytest