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.
  • Loading branch information
ermshiperete committed Jan 18, 2022
1 parent 87c18b2 commit 412b6c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ 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.9 (<< 3.9.10) | python3.10 (<< 3.10.2),
python3-dbus,
python3-gi,
python3-lxml,
Expand Down

0 comments on commit 412b6c6

Please sign in to comment.