remove python3-logutils

this change ensure that python3-logutils is removed so that
that it cna be installed by pip later
Closes-bug: #1954427

Change-Id: Icb63649b252fd6eb229adeae454b5ec3c6b79cad
This commit is contained in:
Sean Mooney 2021-12-10 11:48:14 +00:00
parent bb7ea57a58
commit c9452def10
1 changed files with 1 additions and 0 deletions

View File

@ -893,6 +893,7 @@ function install_ceph_remote {
if python3_enabled; then
install_package python3-cephfs python3-prettytable python3-rados python3-rbd python3-requests
fi
uninstall_package python3-logutils
}
function dnf_add_repository_ceph {