summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-25 17:01:16 -0500
committerDaniil Baturin <daniil@baturin.org>2017-01-25 17:01:16 -0500
commitea48b7bd747df4ae5c8ee64c72cdc67e31ddcd5a (patch)
tree629c314afb8af9df59c106553b5296d21cf0aa1d /README.md
parentb7cbda3bffcc45c329759907f9665375df90d161 (diff)
downloadvyos-build-ea48b7bd747df4ae5c8ee64c72cdc67e31ddcd5a.tar.gz
vyos-build-ea48b7bd747df4ae5c8ee64c72cdc67e31ddcd5a.zip
Switch all build scripts to python3.
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11edb5fb..0d6e53c2 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ There are several directories with their own purpose:
To build a VyOS image, you need a machine that runs Debian Jessie. Other build hosts are not supported.
-Several packages are required for building the ISO and all packages, namely live-build, pbuilder, python-pystache and devscripts.
+Several packages are required for building the ISO and all packages, namely python3, live-build, pbuilder, python3-pystache and devscripts.
Individual packages may have other build dependencies. If some packages are missing, build scripts will tell you.
## Building the ISO image