Depending on python3, thanks to Richard Nelson <unixabg@gmail.com> (Closes: #726806)
This commit is contained in:
parent
be1dfb1b0b
commit
c7462c4043
|
@ -13,7 +13,7 @@ Package: live-build
|
|||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
python,
|
||||
python3,
|
||||
debootstrap | cdebootstrap | cdebootstrap-static,
|
||||
Recommends:
|
||||
live-boot-doc,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
## live-build(7) - Live System Build Components
|
||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
## live-build(7) - Live System Build Components
|
||||
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
|
||||
|
|
Loading…
Reference in New Issue