commit: 1816aabb569274c8ced621ddab21e40eb92e2ae6 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Oct 14 21:02:23 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 21:02:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1816aabb
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 <chewi <AT> gentoo.org> 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 10197a81b54..c26f4c4904c 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
