Merge "Remove unused python-etcd3"

This commit is contained in:
Zuul
2025-03-28 10:03:45 +00:00
committed by Gerrit Code Review

View File

@@ -131,12 +131,7 @@ function install_libs {
# python client libraries we might need from git can go here
_install_lib_from_source "python-barbicanclient"
# etcd (because tooz does not have a hard dependency on these)
#
# NOTE(sdague): this is currently a work around because tooz
# doesn't pull in etcd3.
pip_install etcd3
pip_install etcd3gw
}