]> piware.de Git - bin.git/blobdiff - build-devtoolbox
build-devtoolbox: Install python3-boto for Ansible EC2 module
[bin.git] / build-devtoolbox
index da9395876893dce30b66a366ba1ae4b896e75756..0f43ff8b9a697b2268b2fcc9a867741ee85cdf09 100755 (executable)
@@ -38,7 +38,7 @@ sudo dnf install -y make npm fontconfig git valgrind chromium \
     expect python3-pycodestyle python3-pyflakes \
     fedpkg rhpkg /usr/bin/oc /usr/bin/genisoimage /usr/bin/pip \
     man-pages socat wget genisoimage vim-enhanced \
-    ansible standard-test-roles rsync strace diffstat \
+    ansible python3-boto python3-boto3 standard-test-roles rsync strace diffstat \
     pwgen glibc-langpack-en tig twine dbus-daemon waiverdb-cli \
     /usr/bin/scanimage /usr/bin/pngquant /usr/bin/convert /usr/bin/pdfjoin
 
@@ -48,10 +48,9 @@ type gh >/dev/null 2>&1 || sudo dnf install -y $(curl -s https://api.github.com/
 
 sudo dnf clean packages
 
-type aws >/dev/null 2>&1 || sudo pip install awscli
-
 # unbreak kerberos; https://github.com/debarshiray/toolbox/issues/235
 cat <<EOF | sudo tee /etc/krb5.conf.d/0_file_ccache
 [libdefaults]
     default_ccache_name = FILE:/tmp/krb5.ccache
 EOF
+'