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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32CC91382C5 for ; Sat, 24 Feb 2018 05:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4648E086C; Sat, 24 Feb 2018 05:51:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3C63E086C for ; Sat, 24 Feb 2018 05:51:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7B23335C4C for ; Sat, 24 Feb 2018 05:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF795243 for ; Sat, 24 Feb 2018 05:51:54 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1519451495.4948055a9200411f7567095ceba372948243a59f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openstackclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild X-VCS-Directories: dev-python/python-openstackclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 4948055a9200411f7567095ceba372948243a59f X-VCS-Branch: master Date: Sat, 24 Feb 2018 05:51:54 +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-Archives-Salt: 209ef725-fd51-446b-8658-e566f3c3f04b X-Archives-Hash: 7fcb9b5388fc79bd4d6b576d3a0a839c commit: 4948055a9200411f7567095ceba372948243a59f Author: Matthew Thode gentoo org> AuthorDate: Sat Feb 24 05:09:25 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Feb 24 05:51:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4948055a dev-python/python-openstackclient: more cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../python-openstackclient/python-openstackclient-3.14.0.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild index 04f24cf6e5a..303907280d1 100644 --- a/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild +++ b/dev-python/python-openstackclient/python-openstackclient-3.14.0.ebuild @@ -36,10 +36,3 @@ RDEPEND=" >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}] >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}] " - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - # clients aren't actually needed - sed -i '/client\>/d' test-requirements.txt || die - distutils-r1_python_prepare_all -}