Blame tests/p_python38-mod_wsgi/20-remove_python38-mod_wsgi.sh

ff5c87
#!/bin/bash
ff5c87
ff5c87
t_Log "Running $0 - removing python38-mod_wsgi"
ff5c87
ff5c87
if [[ $centos_ver -lt 8 ]]; then
ff5c87
    t_Log "python38-mod_wsgi doesn't exist before CentOS 8 -> SKIP"
ff5c87
    exit 0
ff5c87
fi
ff5c87
ff5c87
t_RemovePackage python38-mod_wsgi