Skip to content

Commit

Permalink
dev-python/slixmpp: Enable py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 22, 2023
1 parent 6adb368 commit 2c54512
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-python/slixmpp/slixmpp-1.8.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1

Expand Down Expand Up @@ -36,6 +36,9 @@ RDEPEND="
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
${DEPEND}
$(python_gen_cond_dep '
>=dev-lang/python-3.12.1_p1:3.12
' python3_12)
"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 2c54512

Please sign in to comment.