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
This commit is contained in:
Dmitriy Rabotyagov 2021-06-01 19:06:04 +03:00
parent 52fc94544c
commit e2368b1a14
1 changed files with 1 additions and 1 deletions

View File

@ -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