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 9A44A1396D1 for ; Mon, 28 Aug 2017 21:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7CD01FC054; Mon, 28 Aug 2017 21:52:06 +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 C127B1FC03E for ; Mon, 28 Aug 2017 21:52:06 +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 C25E833BEBE for ; Mon, 28 Aug 2017 21:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D92C8605 for ; Mon, 28 Aug 2017 21:52:04 +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: <1503957042.a20be8b32b9b44ef368921e80691877647efd4b0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-win/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-win/os-win-2.2.0.ebuild X-VCS-Directories: dev-python/os-win/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a20be8b32b9b44ef368921e80691877647efd4b0 X-VCS-Branch: master Date: Mon, 28 Aug 2017 21:52:04 +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: 91542d3e-0c12-4c3b-a712-97a95123c1b7 X-Archives-Hash: d590c5246c0330ad1bf712e2bbdd9ef5 commit: a20be8b32b9b44ef368921e80691877647efd4b0 Author: Matthew Thode gentoo org> AuthorDate: Mon Aug 28 19:55:11 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Aug 28 21:50:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20be8b3 dev-python/os-win: fixing cap on eventlet Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/os-win/os-win-2.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/os-win/os-win-2.2.0.ebuild b/dev-python/os-win/os-win-2.2.0.ebuild index 23d802daa6b..9f45be57aea 100644 --- a/dev-python/os-win/os-win-2.2.0.ebuild +++ b/dev-python/os-win/os-win-2.2.0.ebuild @@ -25,6 +25,7 @@ RDEPEND=" !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] + =dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}] >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}] !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]