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 D077213997D for ; Sun, 10 Nov 2019 10:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B56FE0C64; Sun, 10 Nov 2019 10:35:05 +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 2C425E0C68 for ; Sun, 10 Nov 2019 10:35:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8118B34CD00 for ; Sun, 10 Nov 2019 00:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDF276A for ; Sun, 10 Nov 2019 00:48:35 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1573346911.507703d87a4f90d26402259fb8c0efa5e0e7fd3c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neutron-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/neutron-lib/neutron-lib-1.29.1.ebuild X-VCS-Directories: dev-python/neutron-lib/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 507703d87a4f90d26402259fb8c0efa5e0e7fd3c X-VCS-Branch: master Date: Sun, 10 Nov 2019 00:48:35 +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: 9dd3d2c5-768f-4605-960d-8169156f6939 X-Archives-Hash: 45d570e4a6a6154ebe5cfcf10e25fd7f commit: 507703d87a4f90d26402259fb8c0efa5e0e7fd3c Author: Matthew Thode gentoo org> AuthorDate: Sun Nov 10 00:46:20 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Nov 10 00:48:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507703d8 dev-python/neutron-lib: fix weakrefmethod dep Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> dev-python/neutron-lib/neutron-lib-1.29.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild index 05b744b8a26..027f0620921 100644 --- a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild @@ -47,6 +47,6 @@ RDEPEND="${CDEPEND} >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}] >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] - >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')] + $(python_gen_cond_dep '>=dev-python/weakrefmethod-1.0.2[${PYTHON_USEDEP}]' 'python2_7') >=dev-python/os-traits-0.9.0[${PYTHON_USEDEP}] >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]"