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:
parent
f41c45ead5
commit
fabaa8aa22
@ -114,7 +114,6 @@ def install():
|
|||||||
configure_installation_source(src)
|
configure_installation_source(src)
|
||||||
status_set('maintenance', 'Installing apt packages')
|
status_set('maintenance', 'Installing apt packages')
|
||||||
apt_update(fatal=True)
|
apt_update(fatal=True)
|
||||||
apt_install('python-six', fatal=True) # Force upgrade
|
|
||||||
apt_install('python3-neutronclient')
|
apt_install('python3-neutronclient')
|
||||||
if valid_plugin():
|
if valid_plugin():
|
||||||
apt_install(filter_installed_packages(get_early_packages()),
|
apt_install(filter_installed_packages(get_early_packages()),
|
||||||
|
Loading…
Reference in New Issue
Block a user