We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0d76b commit 8ac5df5Copy full SHA for 8ac5df5
2 files changed
debian/control
@@ -17,8 +17,7 @@ Build-Depends:
17
libx11-dev,
18
libxkbfile-dev,
19
meson,
20
- python,
21
- python-gi-dev,
+# python3-gi-dev,
22
python3,
23
valac,
24
Standards-Version: 3.9.6
debian/rules
@@ -4,7 +4,7 @@
4
# meson support is baked in
5
6
%:
7
- dh $@ --with=gir,python2,python3
+ dh $@ --with=gir,python3
8
9
override_dh_auto_configure:
10
mkdir -p debian/build
0 commit comments