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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 881F8158086 for ; Sat, 30 Oct 2021 19:43:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DBAE07B3; Sat, 30 Oct 2021 19:43:49 +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 C30FDE07B3 for ; Sat, 30 Oct 2021 19:43:49 +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 C1994343180 for ; Sat, 30 Oct 2021 19:43:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DDFC187 for ; Sat, 30 Oct 2021 19:43:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1635623015.05017b245b9210b5d43903b45a06b61a3904d9ea.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/glance/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/glance/glance-23.0.0.ebuild X-VCS-Directories: app-admin/glance/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 05017b245b9210b5d43903b45a06b61a3904d9ea X-VCS-Branch: dev Date: Sat, 30 Oct 2021 19:43:47 +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: 8656419e-a8d0-43a6-9652-dc1b3853a8a6 X-Archives-Hash: 3abb85e8e0598038f8ce60cc9afb93e0 commit: 05017b245b9210b5d43903b45a06b61a3904d9ea Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 30 19:43:35 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Oct 30 19:43:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05017b24 app-admin/glance: remove sed Signed-off-by: Alessandro Barbieri gmail.com> app-admin/glance/glance-23.0.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/glance/glance-23.0.0.ebuild b/app-admin/glance/glance-23.0.0.ebuild index e80aed76d..26203fab4 100644 --- a/app-admin/glance/glance-23.0.0.ebuild +++ b/app-admin/glance/glance-23.0.0.ebuild @@ -109,7 +109,6 @@ REQUIRED_USE=" distutils_enable_tests pytest python_prepare_all() { - sed -i '/xattr/d' test-requirements.txt || die sed -i '/pysendfile/d' test-requirements.txt || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all