Sanity/smoke-test: install dependencies also on CentOS
This commit is contained in:
parent
ec3acd3f4d
commit
3221fc5738
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ rlJournalStart
|
|||
fi
|
||||
|
||||
rlFetchSrcForInstalled $PACKAGE
|
||||
if rlIsFedora || rlIsRHEL ">=8"; then
|
||||
if rlIsFedora || rlIsRHEL ">=8" || rlIsCentOS ">=8"; then
|
||||
rlRun "dnf builddep -y $PACKAGE*"
|
||||
SITE_PACKAGES=$(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')
|
||||
rlRun "pip3 install --target=$SITE_PACKAGES ruamel.yaml yamlpath prometheus-client"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue