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 ABE0C138334 for ; Sun, 24 Jun 2018 12:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA76AE08DC; Sun, 24 Jun 2018 12:20:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 87220E08D1 for ; Sun, 24 Jun 2018 12:20:45 +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 11B56335C95 for ; Sun, 24 Jun 2018 12:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 470D8355 for ; Sun, 24 Jun 2018 12:20:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529842829.ef5520af7b9871efdd4a79b2edf3e5d7b2aa0fcd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glance_store/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/glance_store/glance_store-0.23.0.ebuild X-VCS-Directories: dev-python/glance_store/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ef5520af7b9871efdd4a79b2edf3e5d7b2aa0fcd X-VCS-Branch: master Date: Sun, 24 Jun 2018 12:20:38 +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: e1ce0999-4718-4515-a56c-2f93bb404a54 X-Archives-Hash: bf4f2327de75649e04ebb1b83470767f commit: ef5520af7b9871efdd4a79b2edf3e5d7b2aa0fcd Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 24 12:17:36 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 24 12:20:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5520af dev-python/glance_store: Support python3.6,fix deps to allow its install Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/glance_store/glance_store-0.23.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/glance_store/glance_store-0.23.0.ebuild b/dev-python/glance_store/glance_store-0.23.0.ebuild index 3cb2be32811..6ce6694edf7 100644 --- a/dev-python/glance_store/glance_store-0.23.0.ebuild +++ b/dev-python/glance_store/glance_store-0.23.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 @@ -31,8 +31,7 @@ RDEPEND=" >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] - =dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]