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 0967D138334 for ; Fri, 10 Aug 2018 17:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D41DDE08C8; Fri, 10 Aug 2018 17:17:47 +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 A6E6FE08C8 for ; Fri, 10 Aug 2018 17:17:46 +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 D39FC335C95 for ; Fri, 10 Aug 2018 17:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3351E385 for ; Fri, 10 Aug 2018 17:17:42 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1533921443.80272b5e099dbd6ee53db54684f3e83b8e9079c6.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webcolors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webcolors/webcolors-1.8.1.ebuild X-VCS-Directories: dev-python/webcolors/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 80272b5e099dbd6ee53db54684f3e83b8e9079c6 X-VCS-Branch: master Date: Fri, 10 Aug 2018 17:17:42 +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: 3e4acfee-5f05-4f55-995d-f9c3b953abf0 X-Archives-Hash: 2e0029600837b8c2faab2dafd696fbe0 commit: 80272b5e099dbd6ee53db54684f3e83b8e9079c6 Author: Patrick McLean gentoo org> AuthorDate: Fri Aug 10 17:17:23 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Aug 10 17:17:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80272b5e dev-python/webcolors: Add setuptools to DEPEND Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-python/webcolors/webcolors-1.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/webcolors/webcolors-1.8.1.ebuild b/dev-python/webcolors/webcolors-1.8.1.ebuild index d3a857f4979..96dcfd23405 100644 --- a/dev-python/webcolors/webcolors-1.8.1.ebuild +++ b/dev-python/webcolors/webcolors-1.8.1.ebuild @@ -16,7 +16,8 @@ LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" python_test() { nosetests --verbose || die