bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_libxml2-python/0-install-libxml2-python.sh

Dries Verachtert 43901d
#!/bin/bash
Dries Verachtert 43901d
# Author Dries Verachtert <dries.verachtert@dries.eu>
Dries Verachtert 43901d
Dries Verachtert 43901d
# Install libxml2-python
Dries Verachtert 43901d
t_Log "Running $0 - installing libxml2-python."
Dries Verachtert 43901d
Pablo Greco 850d34
if [ "$centos_ver" -ge 8 ] ; then
f0e84d
t_InstallPackage python36 python3-libxml2
Pablo Greco 850d34
else
Dries Verachtert 43901d
t_InstallPackage libxml2-python
Pablo Greco 850d34
fi