diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-15 12:29:07 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-10-15 12:29:07 +0200 |
commit | 93c041ec4a1f5800faaa21d4fb96d11c6b3f048d (patch) | |
tree | 8bc34ce91f801408113cac5a53bf2bab8e4f23bc /debian | |
parent | b32d972a421ec509b2624bfd4fa7a88e5609ac40 (diff) | |
download | vyos-live-build-93c041ec4a1f5800faaa21d4fb96d11c6b3f048d.tar.gz vyos-live-build-93c041ec4a1f5800faaa21d4fb96d11c6b3f048d.zip |
Depending on python only for the time being, rather than python3.3.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bf0601fdf..616636e66 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.3, debootstrap | cdebootstrap | cdebootstrap-static + ${misc:Depends}, python, debootstrap | cdebootstrap | cdebootstrap-static Recommends: live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio, gnu-fdisk |