From c7462c4043850a432fd75ed39286e4f806102a6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 21 Oct 2013 19:05:29 +0200 Subject: Depending on python3, thanks to Richard Nelson (Closes: #726806) --- debian/control | 2 +- scripts/build/bootstrap_cdebootstrap | 2 +- scripts/build/bootstrap_debootstrap | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index de35f6b5a..6b5706c96 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Package: live-build Architecture: all Depends: ${misc:Depends}, - python, + python3, debootstrap | cdebootstrap | cdebootstrap-static, Recommends: live-boot-doc, diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 5c395298e..24eef1d3f 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ## live-build(7) - Live System Build Components ## Copyright (C) 2006-2013 Daniel Baumann diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index bb871f508..00d86c327 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ## live-build(7) - Live System Build Components ## Copyright (C) 2006-2013 Daniel Baumann -- cgit v1.2.3