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 available in Debian/Ubuntu.

Fixes #6119.
  • Loading branch information
ermshiperete committed Jan 18, 2022
1 parent 87c18b2 commit ec3355c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Build-Depends:
liblocale-gettext-perl,
perl,
python3-all (>= 3.5),
python3-all (<< 3.9.10) | python3-all (>= 3.10),
python3-all (<< 3.10.2),
python3-dbus,
python3-gi,
python3-lxml,
Expand Down

0 comments on commit ec3355c

Please sign in to comment.