fedora/REQUIRED_PACKAGES: make cscope and bash-completion optional

We do not actually need them.
This commit is contained in:
Lubomir Rintel
2025-02-04 12:20:56 +01:00
parent 64f8ec6099
commit 593608c604

View File

@@ -88,7 +88,7 @@ install \
vala \ vala \
valgrind \ valgrind \
which \ which \
"${EXTRA_PACKAGES[@]}" #end
# some packages don't exist in certain distributions. Install them one-by-one, and ignore errors. # some packages don't exist in certain distributions. Install them one-by-one, and ignore errors.
install_ignore_missing \ install_ignore_missing \
@@ -105,4 +105,4 @@ install_ignore_missing \
python36-pexpect \ python36-pexpect \
qt-devel \ qt-devel \
vala-devel \ vala-devel \
#end "${EXTRA_PACKAGES[@]}"