]> git.proxmox.com Git - ceph.git/blobdiff - ceph/win32_deps_build.sh
import quincy beta 17.1.0
[ceph.git] / ceph / win32_deps_build.sh
index 2f18ace1518f71fdeed950927250baecb2a6422e..19e7b02db3d278707bf421d38e101ebd60d3b2a9 100755 (executable)
@@ -69,14 +69,16 @@ echo "Installing required packages."
 case "$OS" in
     ubuntu)
         sudo apt-get update
-        sudo apt-get -y install mingw-w64 cmake pkg-config python3-dev python3-pip \
+        sudo apt-get -y install mingw-w64 cmake pkg-config \
+            python3-dev python3-pip python3-yaml \
                 autoconf libtool ninja-build zip
         sudo python3 -m pip install cython
         ;;
     suse)
         for PKG in mingw64-cross-gcc-c++ mingw64-libgcc_s_seh1 mingw64-libstdc++6 \
                 cmake pkgconf python3-devel autoconf libtool ninja zip \
-                python3-Cython gcc patch wget git; do
+                python3-Cython python3-PyYAML \
+                gcc patch wget git; do
             rpm -q $PKG >/dev/null || zypper -n install $PKG
         done
         ;;