diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 23:43:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 23:48:40 +0100 |
commit | e6b668191459bb8436bc3b02338dc600fe69d37c (patch) | |
tree | a25bbd4592ced9bc78be2ef5d8968e9de3553a70 /dev-python/pyserial | |
parent | net-p2p/qbittorrent: 4.4.0: fix missing deps on qtsql. (diff) | |
download | gentoo-e6b668191459bb8436bc3b02338dc600fe69d37c.tar.gz gentoo-e6b668191459bb8436bc3b02338dc600fe69d37c.tar.bz2 gentoo-e6b668191459bb8436bc3b02338dc600fe69d37c.zip |
dev-python/pyserial: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r-- | dev-python/pyserial/pyserial-3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyserial/pyserial-3.5.ebuild b/dev-python/pyserial/pyserial-3.5.ebuild index e1edf4d0bc81..793b5b1df0be 100644 --- a/dev-python/pyserial/pyserial-3.5.ebuild +++ b/dev-python/pyserial/pyserial-3.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python Serial Port extension" |