diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-09-19 09:09:16 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-09-19 09:09:16 +0200 |
commit | 4c2f7491dc66995c06c0e45c59b0c6eaa7e858d6 (patch) | |
tree | 19e10fa917ca563081c58f22858b1b84db8fe6df | |
parent | aa7939e08580cac4804b52b727a648f95c6baa46 (diff) | |
download | vyos-live-build-4c2f7491dc66995c06c0e45c59b0c6eaa7e858d6.tar.gz vyos-live-build-4c2f7491dc66995c06c0e45c59b0c6eaa7e858d6.zip |
Updating to python 3.3 (Closes: #723702).
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 2 | ||||
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index ab0324e68..f00470231 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: git://live-systems.org/git/live-build.git Package: live-build Architecture: all Depends: - ${misc:Depends}, python3.2, debootstrap | cdebootstrap | cdebootstrap-static + ${misc:Depends}, python3.3, debootstrap | cdebootstrap | cdebootstrap-static Recommends: live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio, gnu-fdisk diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 7df180fab..829f09c96 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -1,4 +1,4 @@ -#!/usr/bin/python3.2 +#!/usr/bin/python3.3 ## live-build(7) - System Build Scripts ## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch> diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index a9fa06ef6..17d6e568f 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -1,4 +1,4 @@ -#!/usr/bin/python3.2 +#!/usr/bin/python3.3 ## live-build(7) - System Build Scripts ## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch> |