From: Michał Górny Date: Fri, 22 Nov 2019 09:12:20 +0000 (+0100) Subject: dev-python/pyserial: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=21b3f4bab1c75278d207985941abedb8fadb5a5a;p=gentoo.git dev-python/pyserial: Bump to EAPI 7 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyserial/pyserial-3.4.ebuild b/dev-python/pyserial/pyserial-3.4.ebuild index 789422e12023..2325d26c8f7c 100644 --- a/dev-python/pyserial/pyserial-3.4.ebuild +++ b/dev-python/pyserial/pyserial-3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy ) inherit distutils-r1