From fabaa8aa22c2aa18f48e2cd6ff5972babf1f21e6 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Mon, 31 Oct 2022 15:47:44 +0100 Subject: [PATCH] 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 --- hooks/neutron_hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/neutron_hooks.py b/hooks/neutron_hooks.py index 7e22cfe1..3d8a1e83 100755 --- a/hooks/neutron_hooks.py +++ b/hooks/neutron_hooks.py @@ -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()),