Commit dac8eb2
Install Python 3 version of
The latest release (version 0.6.0) of [pystache](https://pypi.org/project/pystache/) removed the support for Python2.
This package is a dependency of aws-cfn-bootstrap-latest.tar.gz.
The latest (version 1.4-34) [aws-cfn-bootstrap-latest.tar.gz](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/releasehistory-aws-cfn-bootstrap.html#releasehistory-aws-cfn-bootstrap-v1) became incompatible with Python2 after the pystache update, and it is recommended in [CloudFormation helper scripts reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-helper-scripts-reference.html) to use the latest installation package for Python3.
Note: this package is not needed on Amazon Linux 2 because CFN helpers scripts are already included in the AMIs
and we are already using Python3 version for Ubuntu 20.04.
Signed-off-by: Hanwen <hanwenli@amazon.com>
Signed-off-by: Enrico Usai <usai@amazon.com>aws-cfn-bootstrap scripts on CentOS 7 and Ubuntu 18.041 parent 0328dbf commit dac8eb2
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | | - | |
303 | | - | |
| 301 | + | |
| 302 | + | |
304 | 303 | | |
305 | 304 | | |
306 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments