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 1DF44138350 for ; Tue, 21 Apr 2020 18:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB3CE0ABD; Tue, 21 Apr 2020 18:33:29 +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 59F59E0ABD for ; Tue, 21 Apr 2020 18:33:29 +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 3241934F0BF for ; Tue, 21 Apr 2020 18:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 836889C for ; Tue, 21 Apr 2020 18:33:25 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1587493987.1af9944b22ecf15bce9025bb401465e48aaf3845.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpstat/httpstat-1.2.1-r1.ebuild X-VCS-Directories: dev-python/httpstat/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1af9944b22ecf15bce9025bb401465e48aaf3845 X-VCS-Branch: master Date: Tue, 21 Apr 2020 18:33:25 +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: 871a32f4-afeb-4b48-b761-8be2cd1e8dc3 X-Archives-Hash: a107b0803d333cd3ccc3543adb490d5d commit: 1af9944b22ecf15bce9025bb401465e48aaf3845 Author: Mike Gilbert gentoo org> AuthorDate: Tue Apr 21 18:33:07 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Apr 21 18:33:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af9944b dev-python/httpstat: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert gentoo.org> dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index ea72561d50b..22fd54b5473 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" - PYTHON_COMPAT=( python3_{6,7} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1