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 7F581139694 for ; Tue, 16 May 2017 21:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86A8E0DD3; Tue, 16 May 2017 21:05:32 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87D27E0DD3 for ; Tue, 16 May 2017 21:05:32 +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 A5A5D3416B5 for ; Tue, 16 May 2017 21:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D257745D for ; Tue, 16 May 2017 21:05:30 +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: <1494968714.b60a5f6e52f036b7f15c19d217d5ccf36c34261d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astroid/astroid-1.5.2-r1.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b60a5f6e52f036b7f15c19d217d5ccf36c34261d X-VCS-Branch: master Date: Tue, 16 May 2017 21:05:30 +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: 325ce5a2-8a85-4a8a-ae77-b3efdcade10d X-Archives-Hash: 5cb29030156c5fbd5948e4334a2e1429 commit: b60a5f6e52f036b7f15c19d217d5ccf36c34261d Author: Michał Górny gentoo org> AuthorDate: Tue May 16 19:07:08 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 16 21:05:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60a5f6e dev-python/astroid: Fix dependencies dev-python/astroid/astroid-1.5.2-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/astroid/astroid-1.5.2-r1.ebuild b/dev-python/astroid/astroid-1.5.2-r1.ebuild index 9ca652321ed..b21f08429ad 100644 --- a/dev-python/astroid/astroid-1.5.2-r1.ebuild +++ b/dev-python/astroid/astroid-1.5.2-r1.ebuild @@ -20,19 +20,19 @@ IUSE="test" RDEPEND=" dev-python/lazy-object-proxy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - dev-python/wrapt[${PYTHON_USEDEP}]" + dev-python/wrapt[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}] + virtual/python-singledispatch[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 'python*') >=dev-python/pylint-1.6.0[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] - virtual/python-singledispatch[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7 ) - $(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' python2_7 ) - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 ) )" # Required for tests DISTUTILS_IN_SOURCE_BUILD=1