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 430EC138359 for ; Mon, 12 Oct 2020 18:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CA83E088B; Mon, 12 Oct 2020 18:36:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 461A4E088A for ; Mon, 12 Oct 2020 18:36:57 +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 D4656335D04 for ; Mon, 12 Oct 2020 18:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52266332 for ; Mon, 12 Oct 2020 18:36:54 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1602527806.02585ca2c3f948a46be8a6c76ff053907b4b0865.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/APScheduler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/APScheduler/APScheduler-3.6.3.ebuild X-VCS-Directories: dev-python/APScheduler/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 02585ca2c3f948a46be8a6c76ff053907b4b0865 X-VCS-Branch: master Date: Mon, 12 Oct 2020 18:36:54 +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: b3ba19e6-0262-4754-8c85-7f11b4a697aa X-Archives-Hash: 017a139c0a3bcc72c7583921f1f3a358 commit: 02585ca2c3f948a46be8a6c76ff053907b4b0865 Author: Jakov Smolic sartura hr> AuthorDate: Mon Oct 12 17:54:30 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Oct 12 18:36:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02585ca2 dev-python/APScheduler: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748000 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Zac Medico gentoo.org> dev-python/APScheduler/APScheduler-3.6.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/APScheduler/APScheduler-3.6.3.ebuild b/dev-python/APScheduler/APScheduler-3.6.3.ebuild index e00b6354bb4..9daa69e1f04 100644 --- a/dev-python/APScheduler/APScheduler-3.6.3.ebuild +++ b/dev-python/APScheduler/APScheduler-3.6.3.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) + +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,7 +19,6 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-python/pytz[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.0[${PYTHON_USEDEP}] >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}