commit | e9af4c40bef45c7f7e20cbd77d94e3a2970cc9a2 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Jul 24 14:29:02 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Jul 24 14:30:12 2018 -0700 |
tree | 705e346fa37a83c90ff4276e5435b37f68366876 | |
parent | ac92296cd82bf86184b5456da4f2ef902db21b7e [diff] |
fix pylint module to 1.x version as 2.x is astroid 2.x only Change-Id: I84de129ebb61ffce1bda9e06b2702e1c3def62f7
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index 4c0084e..5388459 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh
@@ -90,7 +90,7 @@ isort \ linkchecker \ pexpect \ - pylint \ + pylint==1.* \ pyyaml \ robotframework \ robotframework-httplibrary \