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 EA0FA139083 for ; Sat, 2 Dec 2017 15:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F38EE0DA7; Sat, 2 Dec 2017 15:01:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E1B0BE0DA7 for ; Sat, 2 Dec 2017 15:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EE66033C770 for ; Sat, 2 Dec 2017 15:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62CC4ADE2 for ; Sat, 2 Dec 2017 15:01:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1512226839.9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/utidylib/utidylib-0.2-r2.ebuild dev-python/utidylib/utidylib-0.3.ebuild X-VCS-Directories: dev-python/utidylib/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0 X-VCS-Branch: master Date: Sat, 2 Dec 2017 15:01:01 +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: 470d4ed7-c687-4b12-84c9-528cf0b7eb57 X-Archives-Hash: de878a735bcc8a9da5694e0210835ceb commit: 9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Dec 2 15:00:39 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Dec 2 15:00:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee17c57 dev-python/utidylib: Add missing setuptools dependency Closes: https://bugs.gentoo.org/639138 Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/utidylib/utidylib-0.2-r2.ebuild | 3 ++- dev-python/utidylib/utidylib-0.3.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/utidylib/utidylib-0.2-r2.ebuild b/dev-python/utidylib/utidylib-0.2-r2.ebuild index 76d37d0e30b..e71c0277816 100644 --- a/dev-python/utidylib/utidylib-0.2-r2.ebuild +++ b/dev-python/utidylib/utidylib-0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,6 +22,7 @@ IUSE="doc test" RDEPEND="app-text/htmltidy" DEPEND="${RDEPEND} app-arch/unzip + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/epydoc[${PYTHON_USEDEP}] ) test? ( dev-python/twisted-core[${PYTHON_USEDEP}] )" diff --git a/dev-python/utidylib/utidylib-0.3.ebuild b/dev-python/utidylib/utidylib-0.3.ebuild index 3551da31353..177e0d3644c 100644 --- a/dev-python/utidylib/utidylib-0.3.ebuild +++ b/dev-python/utidylib/utidylib-0.3.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] ) "