From: Ken Dreyer Date: Tue, 13 Sep 2022 16:44:18 +0000 (-0400) Subject: win32: install wget when building on ubuntu X-Git-Tag: v17.2.7~359^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9268e42ffe865164ff6e73c3a2017a9a81ea3393;p=ceph.git win32: install wget when building on ubuntu The build process requires wget. Install this on Ubuntu platforms. Signed-off-by: Ken Dreyer (cherry picked from commit 1b4db7c477151d554a32fc937410d699318a290e) --- diff --git a/win32_deps_build.sh b/win32_deps_build.sh index 759f6ddb539..85c8e5e8bab 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -72,7 +72,7 @@ case "$OS" in sudo env DEBIAN_FRONTEND=noninteractive apt-get -y install \ mingw-w64 cmake pkg-config \ python3-dev python3-pip python3-yaml \ - autoconf libtool ninja-build zip + autoconf libtool ninja-build wget zip sudo python3 -m pip install cython ;; suse)