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 35D8E139694 for ; Sun, 4 Jun 2017 17:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D9521C231; Sun, 4 Jun 2017 17:52:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 76E8821C22F for ; Sun, 4 Jun 2017 17:52:40 +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 A77C734189A for ; Sun, 4 Jun 2017 17:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23C57478 for ; Sun, 4 Jun 2017 17:52:36 +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: <1496598610.d58800fc1b01604662173433a2b45e67f5e1b9db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vint/vint-0.3.13-r1.ebuild dev-util/vint/vint-0.3.13.ebuild X-VCS-Directories: dev-util/vint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d58800fc1b01604662173433a2b45e67f5e1b9db X-VCS-Branch: master Date: Sun, 4 Jun 2017 17:52:36 +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: bc2c6cd8-5d5a-467c-b786-65c79b02e54e X-Archives-Hash: d6151f8e572b0ea7d605f31266b4c9ce commit: d58800fc1b01604662173433a2b45e67f5e1b9db Author: Ilya Tumaykin gmail com> AuthorDate: Fri Jun 2 16:13:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 4 17:50:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58800fc dev-util/vint: add setuptools to RDEPEND See vint/linting/cli.py Closes: https://github.com/gentoo/gentoo/pull/4833 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/vint/{vint-0.3.13.ebuild => vint-0.3.13-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/vint/vint-0.3.13.ebuild b/dev-util/vint/vint-0.3.13-r1.ebuild similarity index 100% rename from dev-util/vint/vint-0.3.13.ebuild rename to dev-util/vint/vint-0.3.13-r1.ebuild index db4fa94c1fe..2d8f0cf94da 100644 --- a/dev-util/vint/vint-0.3.13.ebuild +++ b/dev-util/vint/vint-0.3.13-r1.ebuild @@ -22,9 +22,9 @@ RDEPEND=" >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] virtual/python-pathlib[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}] >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]