Merge "Python 3.9 support"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Sat, 23 Jan 2021 18:47:21 +0000 (18:47 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sat, 23 Jan 2021 18:47:21 +0000 (18:47 +0000)
packer/provision/local-builder.yaml
packer/provision/local-docker.yaml

index 077c52f..932c01f 100644 (file)
       become: true
       when: ansible_distribution == 'Ubuntu'
 
+    - name: Install Python 3.9
+      apt:
+        name:
+          - python3.9
+          - python3.9-dev
+          - python3.9-tk
+      become: true
+      when: ansible_distribution == 'Ubuntu'
+
     - name: Install libssl1.0-dev dep
       apt:
         name: libssl1.0-dev
index 9f590ea..ca9db41 100644 (file)
       become: true
       when: ansible_distribution == 'Ubuntu'
 
+    - name: Install Python 3.9
+      apt:
+        name:
+          - python3.9
+          - python3.9-dev
+          - python3.9-tk
+      become: true
+      when: ansible_distribution == 'Ubuntu'
+
     - name: Install nodejs-dev libssl1.0-dev dep
       apt:
         name: