diff options
author | 2019-11-22 10:12:20 +0100 | |
---|---|---|
committer | 2019-11-22 10:35:06 +0100 | |
commit | 21b3f4bab1c75278d207985941abedb8fadb5a5a (patch) | |
tree | af3840a606eca54849118008d94c9313bf915bd7 /dev-python/pyserial | |
parent | dev-python/pyserial: Enable py3.8 (diff) | |
download | gentoo-21b3f4bab1c75278d207985941abedb8fadb5a5a.tar.gz gentoo-21b3f4bab1c75278d207985941abedb8fadb5a5a.tar.bz2 gentoo-21b3f4bab1c75278d207985941abedb8fadb5a5a.zip |
dev-python/pyserial: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r-- | dev-python/pyserial/pyserial-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |