From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8635013888F for ; Sun, 4 Oct 2015 21:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A93EE080C; Sun, 4 Oct 2015 21:12:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACE10E080C for ; Sun, 4 Oct 2015 21:12:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D200F3409C7 for ; Sun, 4 Oct 2015 21:12:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA43754F for ; Sun, 4 Oct 2015 21:12:26 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1443993140.304f607baa0d33f4a418847b88878155120a5227.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild X-VCS-Directories: dev-python/python-saharaclient/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 304f607baa0d33f4a418847b88878155120a5227 X-VCS-Branch: master Date: Sun, 4 Oct 2015 21:12:26 +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: ff325260-44e9-4ccf-a991-2db3bc804170 X-Archives-Hash: 896aad185e25f2d4d85dfa00fb150c2a commit: 304f607baa0d33f4a418847b88878155120a5227 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Oct 4 21:11:18 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Oct 4 21:12:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304f607b Missing upstream dep, fixes: from oslo_log import log as logging Package-Manager: portage-2.2.20.1 dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild index 17c213c..c14fac7 100644 --- a/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild +++ b/dev-python/python-saharaclient/python-saharaclient-0.11.0.ebuild @@ -50,7 +50,8 @@ RDEPEND=" >=dev-python/requests-2.5.2[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] - =dev-python/oslo-log-1.10.0[${PYTHON_USEDEP}]" python_prepare_all() { sed -i '/^argparse/d' requirements.txt || die