Install_deps: Hopefully fix broken checks for numpy package in fedora-like distro.

This commit is contained in:
Bastien Montagne 2015-09-22 11:00:35 +02:00
parent f2418f48fa
commit a1e2b292bb
1 changed files with 1 additions and 1 deletions

View File

@ -2538,7 +2538,7 @@ install_RPM() {
if $NUMPY_SKIP; then
WARNING "Skipping NumPy installation, as requested..."
else
check_package_version_match_RPM python3-numpy $NUMPY_VERSION_MIN
check_package_version_ge_RPM python3-numpy $NUMPY_VERSION_MIN
if [ $? -eq 0 ]; then
install_packages_RPM python3-numpy
elif $NUMPY_REQUIRED; then