Skip to content

Commit 87d2361

Browse files
committed
fix(linux): Add workaround for Python bug
This works around a Python bug introduced in Python 3.10.2 and 3.9.10 (python-attrs/cattrs#206). This change should be reverted once that bug is fixed and new Python packages are available in Debian/Ubuntu. Fixes #6119. (cherry picked from commit 10e1697)
1 parent d81dfab commit 87d2361

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/keyman-config/debian/control

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Build-Depends:
1313
help2man,
1414
ibus,
1515
python3-all (>= 3.5),
16+
python3-all (<< 3.9.10) | python3-all (>= 3.10),
17+
python3-all (<< 3.10.2),
18+
python3.6 | python3.8 | python3.9 (<< 3.9.10) | python3.10 (<< 3.10.2),
1619
python3-gi,
1720
python3-lxml,
1821
python3-magic,

0 commit comments

Comments
 (0)