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 E212E158094 for ; Fri, 5 Aug 2022 07:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C4BDE0DD0; Fri, 5 Aug 2022 07:21:17 +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 06D90E0DD0 for ; Fri, 5 Aug 2022 07:21:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0BCE5340C5B for ; Fri, 5 Aug 2022 07:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9115E565 for ; Fri, 5 Aug 2022 07:21:14 +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: <1659684069.96c652e896a89faefd4a078a0f5d6509144e6775.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.0.0-r1.ebuild X-VCS-Directories: dev-python/oslo-utils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96c652e896a89faefd4a078a0f5d6509144e6775 X-VCS-Branch: master Date: Fri, 5 Aug 2022 07:21:14 +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: 4f10f10b-baf4-4df4-82da-a7dbbf22ef87 X-Archives-Hash: 5ef23338833a330ceb97b2ce0947aa38 commit: 96c652e896a89faefd4a078a0f5d6509144e6775 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 5 07:20:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 5 07:21:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c652e8 dev-python/oslo-utils: Remove stray sed Signed-off-by: Michał Górny gentoo.org> dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild index 1baf242759e5..628697fb08ba 100644 --- a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild +++ b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild @@ -45,12 +45,6 @@ BDEPEND=" distutils_enable_tests unittest -src_prepare() { - # spurious rdep - sed -i -e '/pbr/d' requirements.txt || die - distutils-r1_src_prepare -} - python_compile() { distutils-r1_python_compile if ! has "${EPYTHON}" python3.{8..9}; then