commit: cf6c00ba0eddd411a5b2b2e47cb7fcb602a270ff
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 17:41:34 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 18:01:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6c00ba
dev-python/pycson: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pycson/pycson-0.8-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pycson/pycson-0.8-r3.ebuild
b/dev-python/pycson/pycson-0.8-r3.ebuild
index 4e9f1a65c4d1..f0115a8f8e55 100644
--- a/dev-python/pycson/pycson-0.8-r3.ebuild
+++ b/dev-python/pycson/pycson-0.8-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)"
@@ -15,6 +15,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
-RDEPEND="dev-python/speg"
+RDEPEND="dev-python/speg[${PYTHON_USEDEP}]"
distutils_enable_tests pytest