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 3F7FA138350 for ; Mon, 16 Mar 2020 18:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBCD7E0AE1; Mon, 16 Mar 2020 18:55:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7AC0E0AE2 for ; Mon, 16 Mar 2020 18:55:36 +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 E270734F207 for ; Mon, 16 Mar 2020 18:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CBFB1A7 for ; Mon, 16 Mar 2020 18:55:31 +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: <1584384303.b8ede0bc5007b6ca42a1ac37fa0ee03373c9889b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/cinder/cinder-15.0.1.ebuild sys-cluster/cinder/cinder-2019.2.9999.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b8ede0bc5007b6ca42a1ac37fa0ee03373c9889b X-VCS-Branch: master Date: Mon, 16 Mar 2020 18:55:31 +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: 65a0f1f1-92b9-408d-be0a-611871c8195f X-Archives-Hash: e8e8153101b7b65e7ca0ecb66e63c67a commit: b8ede0bc5007b6ca42a1ac37fa0ee03373c9889b Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 18:45:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 18:45:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ede0bc sys-cluster/cinder: Remove py2 virtuals Signed-off-by: Michał Górny gentoo.org> sys-cluster/cinder/cinder-15.0.1.ebuild | 1 - sys-cluster/cinder/cinder-2019.2.9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-cluster/cinder/cinder-15.0.1.ebuild b/sys-cluster/cinder/cinder-15.0.1.ebuild index 023a076b4f1..8c8f4a9cfe8 100644 --- a/sys-cluster/cinder/cinder-15.0.1.ebuild +++ b/sys-cluster/cinder/cinder-15.0.1.ebuild @@ -43,7 +43,6 @@ RDEPEND=" >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] - virtual/python-ipaddress[${PYTHON_USEDEP}] >=dev-python/keystoneauth-3.7.0[${PYTHON_USEDEP}] >=dev-python/keystonemiddleware-4.21.0[${PYTHON_USEDEP}] >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}] diff --git a/sys-cluster/cinder/cinder-2019.2.9999.ebuild b/sys-cluster/cinder/cinder-2019.2.9999.ebuild index c52ff491148..dd0bb4f9d5b 100644 --- a/sys-cluster/cinder/cinder-2019.2.9999.ebuild +++ b/sys-cluster/cinder/cinder-2019.2.9999.ebuild @@ -43,7 +43,6 @@ RDEPEND=" >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] - virtual/python-ipaddress[${PYTHON_USEDEP}] >=dev-python/keystoneauth-3.7.0[${PYTHON_USEDEP}] >=dev-python/keystonemiddleware-4.21.0[${PYTHON_USEDEP}] >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]