Browse Source

Ubuntu changed package name python-apt to python3-apt (#7769)

* replaced deprecated python package with python3 package

* removed the version due to duplication
pull/7777/head
Shinerrs 3 years ago
committed by GitHub
parent
commit
d0fb537448
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions
  1. 7
      roles/kubernetes/preinstall/vars/ubuntu-21.04.yml
  2. 2
      roles/kubernetes/preinstall/vars/ubuntu.yml

7
roles/kubernetes/preinstall/vars/ubuntu-21.04.yml

@ -1,7 +0,0 @@
---
required_pkgs:
- python3-apt
- aufs-tools
- apt-transport-https
- software-properties-common
- conntrack

2
roles/kubernetes/preinstall/vars/ubuntu.yml

@ -1,6 +1,6 @@
---
required_pkgs:
- python-apt
- python3-apt
- aufs-tools
- apt-transport-https
- software-properties-common

Loading…
Cancel
Save