Python 3.9 support 81/117081/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 22 Jan 2021 22:24:57 +0000 (22:24 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 22 Jan 2021 22:24:57 +0000 (22:24 +0000)
Issue-ID: DCAEGEN2-2494
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I5db9bd47db63f76b2c7a5865bf3bdba943aa65df

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: