Add mesa-libGL-devel, mesa-libGLU-devel so travis can build against OpenGL.

This commit is contained in:
Quantum 2018-08-22 16:53:30 -04:00
parent 951825ce87
commit ffd036277b

View file

@ -2,7 +2,7 @@
set -e -x
# Install a system package required by our library
yum install -y atlas-devel
yum install -y atlas-devel mesa-libGL-devel mesa-libGLU-devel
# Compile wheels
for PYBIN in /opt/python/*/bin; do