Skip to content
Snippets Groups Projects
Commit 5d469178 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing python-devel installation

parent 8c9a9309
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,11 @@ if [ x"$platform" = x"linux" -a x"$pcman" = x"yum" ]; then
ret1=$?
rpm -V python-devel
ret2=$?
if [ $ret2 -ne 0 ]; then
echo "Cheking python2-devel"
rpm -V python2-devel
ret2=$?
fi
rpm -V libxml2-devel
ret3=$?
rpm -V libxslt-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment