diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:10:26 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:10:26 -0500 |
commit | 85a42a301b10ad5c12cbf5e522327662df2e1c27 (patch) | |
tree | c2f04321d53f8ddc83e9ef1c40d261d5f468e16e /dev-python/rtslib-fb | |
parent | net-analyzer/nagstamon: add 3.10 to python_compat (diff) | |
download | gentoo-85a42a301b10ad5c12cbf5e522327662df2e1c27.tar.gz gentoo-85a42a301b10ad5c12cbf5e522327662df2e1c27.tar.bz2 gentoo-85a42a301b10ad5c12cbf5e522327662df2e1c27.zip |
dev-python/rtslib-fb: add 3.10 to python_compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/rtslib-fb')
-rw-r--r-- | dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild index e56087cc7806..853f1e8ad1a3 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.74.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_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 systemd |