diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-04-06 10:15:02 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | b2cb25942d9a1ae03d70e3734d845cd9b7c600a9 (patch) | |
tree | 41bb294ea0fdf1d6fb2c39c44f546cbf23c4b8c2 /debian | |
parent | caff6e6f1aef6d861ab31f6058f83c22618b1179 (diff) | |
download | vyos-live-build-b2cb25942d9a1ae03d70e3734d845cd9b7c600a9.tar.gz vyos-live-build-b2cb25942d9a1ae03d70e3734d845cd9b7c600a9.zip |
Adding depends to python3.2.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 20e69bd94..ab0324e68 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Vcs-Git: git://live-systems.org/git/live-build.git Package: live-build Architecture: all -Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static +Depends: + ${misc:Depends}, python3.2, debootstrap | cdebootstrap | cdebootstrap-static Recommends: live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio, gnu-fdisk |