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 7DC9C138346 for ; Wed, 8 Jan 2020 12:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA43E08CD; Wed, 8 Jan 2020 12:54:38 +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 03F4EE08CD for ; Wed, 8 Jan 2020 12:54:37 +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 5959B34DE36 for ; Wed, 8 Jan 2020 12:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB09995 for ; Wed, 8 Jan 2020 12:54:33 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578487926.495e51a4c791a7e643555fd93895a04f5f0bde5f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/texttable/texttable-1.6.2.ebuild X-VCS-Directories: dev-python/texttable/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 495e51a4c791a7e643555fd93895a04f5f0bde5f X-VCS-Branch: master Date: Wed, 8 Jan 2020 12:54:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e1aeef1-9222-4708-b90d-a4ec25deb01f X-Archives-Hash: 35d86b6b184d7e7feca71361c1c838ef commit: 495e51a4c791a7e643555fd93895a04f5f0bde5f Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 8 12:42:37 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 8 12:52:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495e51a4 dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS Signed-off-by: Joonas Niilola gentoo.org> dev-python/texttable/texttable-1.6.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild index 1665f11d1fb..d64686e2e5f 100644 --- a/dev-python/texttable/texttable-1.6.2.ebuild +++ b/dev-python/texttable/texttable-1.6.2.ebuild @@ -19,7 +19,6 @@ IUSE="cjk test" RESTRICT="!test? ( test )" DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/wcwidth[${PYTHON_USEDEP}]