commit: a6d7bd5a7c2f43b49a2d460701465845b20f16f2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sun Oct 18 19:56:45 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Oct 22 11:43:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d7bd5a
dev-python/python-slip: set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748696 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17968 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/python-slip/python-slip-0.6.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/python-slip/python-slip-0.6.5.ebuild b/dev-python/python-slip/python-slip-0.6.5.ebuild index 1f6a9d06837..2987795e554 100644 --- a/dev-python/python-slip/python-slip-0.6.5.ebuild +++ b/dev-python/python-slip/python-slip-0.6.5.ebuild @@ -3,8 +3,9 @@ EAPI=5 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_REQ_USE="xml" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils
