]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
do_cmake.sh: use python-3.9 with fedora version 33 38943/head
authorSunny Kumar <sunkumar@redhat.com>
Fri, 23 Oct 2020 14:38:39 +0000 (15:38 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 18 Jan 2021 09:33:27 +0000 (10:33 +0100)
commitf142ec6be445000dcd0701bf44c3f442c4a0baf8
tree2b034d15bd12ab7650ad2fa963614a961f02e286
parent4c35fa464478cb1593a8088402768df91f4a8066
do_cmake.sh: use python-3.9 with fedora version 33

Fedora-33 (rawhide) now has python-3.9.
Build breaks on Fedoa-33 with Traceback:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find Python3: Found unsuitable version "3.9.0", but required is
  exact version "3.8" (found /usr/bin/python3, found components: Interpreter
  Development)

Fixes: https://tracker.ceph.com/issues/47971
Signed-off-by: Sunny Kumar <sunkumar@redhat.com>
(cherry picked from commit 2cc747cf4a55fb38a524ec12f6b6e5888fadf07a)
do_cmake.sh