From 38005e190338fd20c44dc5c4713ea774ec941b3c Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 15 Oct 2020 07:49:41 +0200 Subject: dev-python/jsonref: correct DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/748306 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/jsonref/jsonref-0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild index 586741402ea0..5989f2b3ce7a 100644 --- a/dev-python/jsonref/jsonref-0.1.ebuild +++ b/dev-python/jsonref/jsonref-0.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7,8} ) inherit eutils distutils-r1 -- cgit v1.2.3-65-gdbad