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 230DA158030 for ; Wed, 1 Mar 2023 06:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2784E07D4; Wed, 1 Mar 2023 06:16:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7BC3DE07D1 for ; Wed, 1 Mar 2023 06:16: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BC1833BEAC for ; Wed, 1 Mar 2023 06:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3E508D3 for ; Wed, 1 Mar 2023 06:16:29 +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: <1677651381.25a93a5f80d0f451739c7a261cd4765496ff595d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tempest/tempest-34.0.0-r1.ebuild dev-python/tempest/tempest-34.0.0.ebuild X-VCS-Directories: dev-python/tempest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25a93a5f80d0f451739c7a261cd4765496ff595d X-VCS-Branch: master Date: Wed, 1 Mar 2023 06:16:29 +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: b9f2c408-bea4-409e-ab23-2361cb9d12ed X-Archives-Hash: 7749390407cc5e113964afe45c0f6b4e commit: 25a93a5f80d0f451739c7a261cd4765496ff595d Author: Michał Górny gentoo org> AuthorDate: Wed Mar 1 05:56:57 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 1 06:16:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a93a5f dev-python/tempest: Add dev-python/fasteners dep Signed-off-by: Michał Górny gentoo.org> dev-python/tempest/{tempest-34.0.0.ebuild => tempest-34.0.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/tempest/tempest-34.0.0.ebuild b/dev-python/tempest/tempest-34.0.0-r1.ebuild similarity index 97% rename from dev-python/tempest/tempest-34.0.0.ebuild rename to dev-python/tempest/tempest-34.0.0-r1.ebuild index 551a3d439257..9143d3959fb9 100644 --- a/dev-python/tempest/tempest-34.0.0.ebuild +++ b/dev-python/tempest/tempest-34.0.0-r1.ebuild @@ -38,6 +38,7 @@ RDEPEND=" >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] + >=dev-python/fasteners-0.16.0[${PYTHON_USEDEP}] " BDEPEND=" >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]