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 170031382C5 for ; Sat, 21 Apr 2018 16:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13453E0845; Sat, 21 Apr 2018 16:06:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E136AE0845 for ; Sat, 21 Apr 2018 16:06:00 +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 C5520335C7C for ; Sat, 21 Apr 2018 16:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 694CE270 for ; Sat, 21 Apr 2018 16:05:58 +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: <1524326753.6356785f98704a6085bba511b7cc64a95181eb78.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xlutils/xlutils-1.7.1.ebuild X-VCS-Directories: dev-python/xlutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6356785f98704a6085bba511b7cc64a95181eb78 X-VCS-Branch: master Date: Sat, 21 Apr 2018 16:05:58 +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: 2084c349-68bc-4544-8447-54e86a1e9b98 X-Archives-Hash: c63385c0ca41aa71144ad512f03a5160 commit: 6356785f98704a6085bba511b7cc64a95181eb78 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 21 16:03:52 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 21 16:05:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6356785f dev-python/xlutils: Add missing test-dep on dev-py/manuel dev-python/xlutils/xlutils-1.7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/xlutils/xlutils-1.7.1.ebuild b/dev-python/xlutils/xlutils-1.7.1.ebuild index af43090b609..319dba92d08 100644 --- a/dev-python/xlutils/xlutils-1.7.1.ebuild +++ b/dev-python/xlutils/xlutils-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ RDEPEND=">=dev-python/xlwt-0.7.3[${PYTHON_USEDEP}] >=dev-python/xlrd-0.7.7[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/errorhandler[${PYTHON_USEDEP}] + dev-python/manuel[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] >=dev-python/testfixtures-1.6.1[${PYTHON_USEDEP}] )"