make sure instoss installs unixODBC before pyodbc - update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9366 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bc455e2c0c
commit
3e423cba52
@ -112,7 +112,7 @@ cd $OSVER
|
||||
# pyodbc is dependent on unixODBC
|
||||
rpm -Uvh unixODBC*
|
||||
|
||||
for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-'`; do
|
||||
for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-'`; do
|
||||
if [ "$i" == "perl-Net-DNS-0.66-1.aix5.3.ppc.rpm" ]; then
|
||||
opts="--nodeps"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user