From 1816aabb569274c8ced621ddab21e40eb92e2ae6 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 14 Oct 2020 22:02:23 +0100 Subject: [PATCH] dev-python/python-lhafile: Don't depend on dev-python/setuptools Closes: https://bugs.gentoo.org/748636 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: James Le Cuirot --- dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild index 10197a81b54b0..c26f4c4904c75 100644 --- a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1