commit | ac92296cd82bf86184b5456da4f2ef902db21b7e | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Jul 24 13:02:26 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Jul 24 13:02:26 2018 -0700 |
tree | b5b29f6de55e366bdbb6a740fe109219434e4acb | |
parent | 891922a12ea45c1b5aeb9f401e4c2fcc297a38ef [diff] |
fix astroid module to 1.x version as 2.x is Python 3 only Change-Id: If5066f5aa1bab9637772033f936cb652a53f198b
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index e05bfff..4c0084e 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh
@@ -81,7 +81,7 @@ pip install \ Jinja2 \ ansible-lint \ - astroid \ + astroid==1.* \ docker-compose==1.20.1 \ docker==3.2.1 \ gitpython \