diff --git a/install-dependencies.sh b/install-dependencies.sh index 699581bae2..408232eb92 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -60,6 +60,7 @@ fedora_packages=( python3-setuptools python3-magic python3-psutil + python3-cassandra-driver dnf-utils pigz net-tools diff --git a/reloc/python3/build_reloc.sh b/reloc/python3/build_reloc.sh index c7c32ab4e6..245d0d0332 100755 --- a/reloc/python3/build_reloc.sh +++ b/reloc/python3/build_reloc.sh @@ -32,5 +32,5 @@ PYVER=$(python3 -V | cut -d' ' -f2) echo "$PYVER" > build/python3/SCYLLA-VERSION-FILE ln -fv build/SCYLLA-RELEASE-FILE build/python3/SCYLLA-RELEASE-FILE -PACKAGES="python3-pyyaml python3-urwid python3-pyparsing python3-requests python3-pyudev python3-setuptools python3-psutil" +PACKAGES="python3-pyyaml python3-urwid python3-pyparsing python3-requests python3-pyudev python3-setuptools python3-psutil python3-cassandra-driver" ./scripts/create-relocatable-package-python3.py --output "$TARGET" $PACKAGES diff --git a/tools/toolchain/image b/tools/toolchain/image index 0760026020..6899e0e8ad 100644 --- a/tools/toolchain/image +++ b/tools/toolchain/image @@ -1 +1 @@ -docker.io/scylladb/scylla-toolchain:fedora-29-20190405 +docker.io/scylladb/scylla-toolchain:fedora-29-20190603