From: Michał Górny Date: Mon, 16 Dec 2019 09:59:22 +0000 (+0100) Subject: dev-python/ptyprocess: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da160bdaf5fcc9508150fa16d134417b1162517d;p=gentoo.git dev-python/ptyprocess: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 Signed-off-by: Michał Górny --- diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild index be8d2e2c6014..f1887be46558 100644 --- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild +++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1