build: drop python3-pytest-sugar from install-dependencies.sh --future

The python3-pytest-sugar package was orphaned from Fedora [1] and
isn't provided by Fedora 45.

Drop it from the future toolchain so it can build. Arguably it doesn't
belong in the current toolchain either (it's not necessary, just nice)
but I don't want to regenerated the toolchain just for that.

[1] 094443596a

Closes scylladb/scylladb#30141
This commit is contained in:
Avi Kivity
2026-05-28 20:31:28 +03:00
committed by Dawid Mędrek
parent aa32d2c425
commit 57ad4fda70

View File

@@ -44,7 +44,6 @@ debian_base_packages=(
python3-pytest
python3-pytest-asyncio
python3-pytest-timeout
python3-pytest-sugar
python3-pexpect
libsnappy-dev
libjsoncpp-dev
@@ -387,7 +386,10 @@ if $PRINT_PIP_SYMLINK; then
fi
if ! $FUTURE; then
fedora_packages+=(toxiproxy)
fedora_packages+=(
toxiproxy
python3-pytest-sugar
)
fi
umask 0022