Closed dries007 closed 4 years ago
Will do
I made the suggested changes.
Just an FIY for anyone trying to find out what packages to include, it's easiest to spin up a docker instance with docker run -it 'quay.io/pypa/manylinux1_x86_64' bash
and using yum
from there.
Most of the online package databases have dropped support for the CentOS 5.
Added
system-packages
property that gets passed toyum install -y
.This allows me to install libraries my C extention needs.
Another option would be to allow arbitrary commands before lauch, but I don't know what would be a good way of supporting that, so I did it this way.