app-misc/anki-bin: add a comment regarding python 3.10 compatability

Signed-off-by: Ran Rutenberg <ran.rutenberg@gmail.com>
This commit is contained in:
Ran Rutenberg
2023-01-14 14:20:27 -05:00
parent 5b4a534f88
commit 6d8469a5e2

View File

@@ -3,6 +3,11 @@
EAPI=8
### A NOTE REGARDING PYTHON COMPATABILITY ###
# Anki-bin downloads a python 3.9 wheel. However the wheel used has only one native library _rsbridge.so
# that is not linked against libpython.
# The configuration with Python 3.10 was tested on a limited number of machines and is not gurenteed to work.
PYTHON_COMPAT=( python3_9 python3_10 )
inherit python-single-r1 desktop xdg