Skip to content

Commit

Permalink
fix(linux): Add workaround for Python bug
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
ermshiperete committed Jan 18, 2022
1 parent d81dfab commit 87d2361
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/keyman-config/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Build-Depends:
help2man,
ibus,
python3-all (>= 3.5),
python3-all (<< 3.9.10) | python3-all (>= 3.10),
python3-all (<< 3.10.2),
python3.6 | python3.8 | python3.9 (<< 3.9.10) | python3.10 (<< 3.10.2),
python3-gi,
python3-lxml,
python3-magic,
Expand Down

0 comments on commit 87d2361

Please sign in to comment.