commit | a5d52831dc4d357906f5514943e17ab535e9e578 | [log] [tgz] |
---|---|---|
author | Gregory Thiemonge <gthiemon@redhat.com> | Fri Jun 18 13:53:21 2021 +0200 |
committer | Gregory Thiemonge <gthiemon@redhat.com> | Mon Jun 21 09:58:47 2021 +0200 |
tree | 50926605f100f40ed1c212339d28408f14cd71b9 | |
parent | 6af3cb9eb273c127c20bc07f65c9a5d7f8ba95cd [diff] |
Fix updating setuptools in Centos In RHEL-based distributions, updating setuptools using pip removes the files from the python3-setuptools RPM. It breaks some tools such as semanage (which is used by diskimage-builder) that use the -s flag of the python interpreter (don't import modules from /usr/local). This commit reinstalls python3-setuptools to fix those applications. Change-Id: Ib44857e83f75acf37823fae912960a801c83cf7f