commit: 4e476acf5e4f3e7396a9dc9ef9e361d436583f24 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 7 09:10:11 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 7 09:10:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e476acf
dev-python/pyparted: Correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748534 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyparted/pyparted-3.11.6.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pyparted/pyparted-3.11.6.ebuild b/dev-python/pyparted/pyparted-3.11.6.ebuild index 4352bbe0180..4a444d86b0c 100644 --- a/dev-python/pyparted/pyparted-3.11.6.ebuild +++ b/dev-python/pyparted/pyparted-3.11.6.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..9} ) inherit distutils-r1
