]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils.sh: Do not remove unwanted python3 versions 2018/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 26 May 2022 17:45:16 +0000 (13:45 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 26 May 2022 17:45:16 +0000 (13:45 -0400)
commitae26aab13a5589740bb32b8eefdca1367ce296c7
tree4723f82ca71534090cea3fe033221ca9886745f4
parent810e135524fc7dccdb251d9a92817bcaf11844c1
build_utils.sh: Do not remove unwanted python3 versions

For some reason, python36 is a dependency of python3-virtualenv.  python39 is not.

So removing python36 was removing python3-virtualenv.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh