diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 20:48:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 21:04:17 -0500 |
commit | 0c9ea0f567f9a8381f556b782df63e4222c9585b (patch) | |
tree | bee40698a16b8e80a7ec3754859db61bf560c260 /dev-python/logutils | |
parent | dev-python/lazr-delegates: set DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-0c9ea0f567f9a8381f556b782df63e4222c9585b.tar.gz gentoo-0c9ea0f567f9a8381f556b782df63e4222c9585b.tar.bz2 gentoo-0c9ea0f567f9a8381f556b782df63e4222c9585b.zip |
dev-python/logutils: set DISTUTILS_USE_SETUPTOOLS=no
Closes: https://bugs.gentoo.org/748330
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/logutils')
-rw-r--r-- | dev-python/logutils/logutils-0.3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild index 4263320bff1d..65ba529a949e 100644 --- a/dev-python/logutils/logutils-0.3.5.ebuild +++ b/dev-python/logutils/logutils-0.3.5.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |