From bee2e9667c3d5b729082b911a5621bfd318cbd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 19 Sep 2019 04:57:13 +0200 Subject: [PATCH] debian: switch to python3 QubesOS/qubes-issues#5297 --- debian/control | 6 +++--- debian/rules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 2566d7d..9bb224c 100644 --- a/debian/control +++ b/debian/control @@ -39,8 +39,8 @@ Depends: procps, util-linux, e2fsprogs, - python2.7, python3-daemon, + python3-distutils, python3-qubesdb, python3-gi, python3-xdg, @@ -54,7 +54,7 @@ Depends: xen-utils-common, xen-utils-guest, xenstore-utils, - ${python:Depends}, + ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: @@ -128,7 +128,7 @@ Depends: socat, tinyproxy, iproute2, - ${python:Depends}, + ${python3:Depends}, ${misc:Depends} Suggests: nftables, diff --git a/debian/rules b/debian/rules index 68d4c83..f8a1b49 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/dpkg/default.mk export DESTDIR=$(shell pwd)/debian/tmp %: - dh $@ --with systemd,python2 --with=config-package + dh $@ --with systemd,python3 --with=config-package override_dh_auto_build: make all