summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2022-11-25 11:47:34 +0300
committerSergey Popov <pinkbyte@gentoo.org>2022-11-25 11:56:43 +0300
commit5fcaa9133fd53f9c404042d284f9d71ebed9086a (patch)
tree1958bbcd8ba7d5c428cd904755626f9b5326f84e /sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
parentsys-cluster/crmsh: drop old revisions (diff)
downloadgentoo-5fcaa9133fd53f9c404042d284f9d71ebed9086a.tar.gz
gentoo-5fcaa9133fd53f9c404042d284f9d71ebed9086a.tar.bz2
gentoo-5fcaa9133fd53f9c404042d284f9d71ebed9086a.zip
sys-cluster/crmsh: add support for Python 3.10
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild')
-rw-r--r--sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild b/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
index 88ea25ce1490..8267d120dae2 100644
--- a/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
+++ b/sys-cluster/crmsh/crmsh-4.2.1-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/crmsh/crmsh"