]> git.proxmox.com Git - ceph.git/blobdiff - ceph/do_cmake.sh
import 15.2.9
[ceph.git] / ceph / do_cmake.sh
index cc68e560ade25cc66bb0a6adde483fa6f5ecb351..a6a6e8b37e7507888a7fab8901592397238e8408 100755 (executable)
@@ -17,8 +17,10 @@ if [ -r /etc/os-release ]; then
   case "$ID" in
       fedora)
           PYBUILD="3.7"
-          if [ "$VERSION_ID" -ge "32" ] ; then
+          if [ "$VERSION_ID" -eq "32" ] ; then
               PYBUILD="3.8"
+          elif [ "$VERSION_ID" -ge "33" ] ; then
+              PYBUILD="3.9"
           fi
           ;;
       rhel|centos)