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 B03F0139360 for ; Sat, 7 Aug 2021 14:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F25CEE08FE; Sat, 7 Aug 2021 14:51:14 +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 F210CE08FE for ; Sat, 7 Aug 2021 14:51:13 +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 BC91A342C35 for ; Sat, 7 Aug 2021 14:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A8B25 for ; Sat, 7 Aug 2021 14:51:11 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1628347815.e1b4e846b1dc8d96557c099bbd5add2621ae28c8.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/speedtest-cli/speedtest-cli-2.1.3.ebuild X-VCS-Directories: net-analyzer/speedtest-cli/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: e1b4e846b1dc8d96557c099bbd5add2621ae28c8 X-VCS-Branch: master Date: Sat, 7 Aug 2021 14:51:11 +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: 588da401-6603-4701-96af-0587ba1b9189 X-Archives-Hash: 4577ccc60f993fcca483600c395faf31 commit: e1b4e846b1dc8d96557c099bbd5add2621ae28c8 Author: Louis Sautier gentoo org> AuthorDate: Sat Aug 7 14:49:14 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Aug 7 14:50:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b4e846 net-analyzer/speedtest-cli: enable py3.10 Signed-off-by: Louis Sautier gentoo.org> net-analyzer/speedtest-cli/speedtest-cli-2.1.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3.ebuild index adbeae7674b..4d4c4eb395b 100644 --- a/net-analyzer/speedtest-cli/speedtest-cli-2.1.3.ebuild +++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.3.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1