Drop python-six

This charm doesn't need to support python 2.x anymore, and python-six
was dropped from the Ubuntu Archive on Kinetic (22.10)

Change-Id: Ibd7d373305b608ff0349986d17ecba7f9dfaeb3c
Closes-Bug: #1995285
This commit is contained in:
Felipe Reyes 2022-10-31 15:47:44 +01:00
parent f41c45ead5
commit fabaa8aa22
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ def install():
configure_installation_source(src)
status_set('maintenance', 'Installing apt packages')
apt_update(fatal=True)
apt_install('python-six', fatal=True) # Force upgrade
apt_install('python3-neutronclient')
if valid_plugin():
apt_install(filter_installed_packages(get_early_packages()),