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:
parent
52fc94544c
commit
e2368b1a14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user