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 594C3138334 for ; Mon, 30 Jul 2018 16:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EFE5E0A6A; Mon, 30 Jul 2018 16:34:22 +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 55A77E0A6A for ; Mon, 30 Jul 2018 16:34:22 +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 EFECF335C7D for ; Mon, 30 Jul 2018 16:34:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135C438E for ; Mon, 30 Jul 2018 16:34:19 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1532968450.e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/catkin_pkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild dev-python/catkin_pkg/catkin_pkg-9999.ebuild X-VCS-Directories: dev-python/catkin_pkg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27 X-VCS-Branch: master Date: Mon, 30 Jul 2018 16:34:19 +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: eb618869-944a-4759-af4d-3d45b5922cd6 X-Archives-Hash: be46e5fcf1516d7245c442941617c9e3 commit: e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 30 16:34:01 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 30 16:34:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cbc19e dev-python/catkin_pkg: add missing flake8 test dep Closes: https://bugs.gentoo.org/661120 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild | 6 +++++- dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild index 263dc13362e..46f2913d41f 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild @@ -33,7 +33,11 @@ RDEPEND=" dev-python/pyparsing[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}] + ) " RDEPEND="${RDEPEND} !