mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user