Skip to content

Commit 10e1697

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.
1 parent 87c18b2 commit 10e1697

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/debian/control

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Build-Depends:
1414
liblocale-gettext-perl,
1515
perl,
1616
python3-all (>= 3.5),
17+
python3-all (<< 3.9.10) | python3-all (>= 3.10),
18+
python3-all (<< 3.10.2),
19+
python3.6 | python3.8 | python3.9 (<< 3.9.10) | python3.10 (<< 3.10.2),
1720
python3-dbus,
1821
python3-gi,
1922
python3-lxml,

0 commit comments

Comments
 (0)