We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaa90a commit 16ee490Copy full SHA for 16ee490
exclude_list.yaml
@@ -44,3 +44,8 @@
44
- package_name: 'windows_curses'
45
platform: 'win32'
46
python: '==3.13'
47
+
48
+# Python 13.3 does not support ruamel.yaml.clib 0.2.8
49
+- package_name: 'ruamel.yaml.clib'
50
+ version: '==0.2.8'
51
+ python: '==3.13'
os_dependencies/ubuntu.sh
@@ -6,3 +6,6 @@ sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev
6
7
# dbus-python needs build dependecies
8
sudo apt-get install cmake build-essential libdbus-1-dev libdbus-glib-1-dev -y
9
10
+# Pillow needs libjpeg-dev
11
+sudo apt-get install libjpeg-dev -y
0 commit comments