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 60AE515800A for ; Mon, 28 Aug 2023 18:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 840A82BC026; Mon, 28 Aug 2023 18:15:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6F79E2BC026 for ; Mon, 28 Aug 2023 18:15:33 +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 9C849335DA8 for ; Mon, 28 Aug 2023 18:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB79310D1 for ; Mon, 28 Aug 2023 18:15:30 +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: <1693246525.259511387ee57429c412ab53c06b0d56de5265f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild dev-python/oslo-utils/oslo-utils-6.2.1.ebuild X-VCS-Directories: dev-python/oslo-utils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 259511387ee57429c412ab53c06b0d56de5265f3 X-VCS-Branch: master Date: Mon, 28 Aug 2023 18:15:30 +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: 897805ed-93f7-43ea-bb4f-55ecc825ee25 X-Archives-Hash: a13188665a4a65beb07408e61bb1788f commit: 259511387ee57429c412ab53c06b0d56de5265f3 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 28 18:12:08 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 28 18:15:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25951138 dev-python/oslo-utils: Restore tzdata requirement Signed-off-by: Michał Górny gentoo.org> .../{oslo-utils-6.2.1.ebuild => oslo-utils-6.2.1-r1.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild similarity index 94% rename from dev-python/oslo-utils/oslo-utils-6.2.1.ebuild rename to dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild index f71d5c7f6d24..90b94b74e1f6 100644 --- a/dev-python/oslo-utils/oslo-utils-6.2.1.ebuild +++ b/dev-python/oslo-utils/oslo-utils-6.2.1-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}] >=dev-python/packaging-20.4[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/tzdata[${PYTHON_USEDEP}] " BDEPEND=" >=dev-python/pbr-2.2.0[${PYTHON_USEDEP}] @@ -45,11 +46,6 @@ BDEPEND=" distutils_enable_tests unittest -src_prepare() { - sed -i -e '/tzdata/d' requirements.txt || die - distutils-r1_src_prepare -} - python_compile() { distutils-r1_python_compile find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die