Skip to content

Commit 8ac5df5

Browse files
committed
debian: Remove python2 deps.
1 parent 8c0d76b commit 8ac5df5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

debian/control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Build-Depends:
1717
libx11-dev,
1818
libxkbfile-dev,
1919
meson,
20-
python,
21-
python-gi-dev,
20+
# python3-gi-dev,
2221
python3,
2322
valac,
2423
Standards-Version: 3.9.6

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# meson support is baked in
55

66
%:
7-
dh $@ --with=gir,python2,python3
7+
dh $@ --with=gir,python3
88

99
override_dh_auto_configure:
1010
mkdir -p debian/build

0 commit comments

Comments
 (0)