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 73395138359 for ; Wed, 11 Nov 2020 21:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4EC1E0801; Wed, 11 Nov 2020 21:18:46 +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 89077E0801 for ; Wed, 11 Nov 2020 21:18:46 +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 55954340EC8 for ; Wed, 11 Nov 2020 21:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 977563C3 for ; Wed, 11 Nov 2020 21:18:43 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1605129507.8ce0a7a94f4ca472dfef20ac3186c4e0aee81930.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/genson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/genson/genson-1.1.0.ebuild X-VCS-Directories: dev-python/genson/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8ce0a7a94f4ca472dfef20ac3186c4e0aee81930 X-VCS-Branch: master Date: Wed, 11 Nov 2020 21:18:43 +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: e8666e47-1119-4b7f-ab54-7d5ac765ce4d X-Archives-Hash: 8d3462be222b00a3a9677fee0663c8fe commit: 8ce0a7a94f4ca472dfef20ac3186c4e0aee81930 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Nov 11 21:18:27 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Nov 11 21:18:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce0a7a9 dev-python/genson: Fix distutils setup Closes: https://bugs.gentoo.org/748318 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/genson/genson-1.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/genson/genson-1.1.0.ebuild b/dev-python/genson/genson-1.1.0.ebuild index da0e41bb52d..b4b5bd5e33e 100644 --- a/dev-python/genson/genson-1.1.0.ebuild +++ b/dev-python/genson/genson-1.1.0.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7}) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="GenSON is a powerful, user-friendly JSON Schema generator built in Python"