From e2368b1a1473671fdadd43ff6130ec30701bab4b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 1 Jun 2021 19:06:04 +0300 Subject: [PATCH] Replace py2 httplib2 package with py3 alternative Debian Bullseye has dropped py2 library packages and they should not be installed for other systems either. So we replace it with py3 alternative. Change-Id: I0931759c05ec395f1688b0fbc4fec879dd52a0f8 --- vars/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/debian.yml b/vars/debian.yml index 4f1af787..698c3596 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -64,7 +64,7 @@ neutron_ovn_northd_distro_packages: neutron_devel_distro_packages: - git-core - libsystemd-dev - - python-httplib2 + - python3-httplib2 neutron_service_distro_packages: - python3-memcache