Signed-off-by: Sergiy Kibrik <[email protected]>
---
scripts/setup.py | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/scripts/setup.py b/scripts/setup.py
index f728047..05f6024 100755
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -128,6 +128,13 @@ class Ubuntu(object):
test_packages = ['libssl-dev', 'zip']
ec2_post_install = None
+ class Ubuntu_16_04(object):
+ packages = []
+ ec2_packages = ['ec2-api-tools', 'awscli']
+ test_packages = []
+ ec2_post_install = None
+ version = '16.04'
+
class Ubuntu_15_04(object):
packages = []
ec2_packages = ['ec2-api-tools', 'awscli']
@@ -149,7 +156,7 @@ class Ubuntu(object):
ec2_post_install = standard_ec2_post_install
version = '13.10'
- versions = [Ubuntu_15_04, Ubuntu_14_04, Ubuntu_13_10]
+ versions = [Ubuntu_16_04, Ubuntu_15_04, Ubuntu_14_04, Ubuntu_13_10]
distros = [
Debian(),
--
2.7.4
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.