pythonManylinuxPackages: add libz and expat
These libs aren't mentioned in PEP 513, but auditwheel allows them (https://github.com/pypa/auditwheel/issues/152) and so built wheels may depend on them.
This commit is contained in:
@@ -56,6 +56,8 @@ let
|
||||
"libgobject-2.0.so.0" = glib;
|
||||
"libgthread-2.0.so.0" = glib;
|
||||
"libglib-2.0.so.0" = glib;
|
||||
"libz.so.1" = zlib;
|
||||
"libexpat.so.1" = expat;
|
||||
});
|
||||
|
||||
# https://www.python.org/dev/peps/pep-0571/
|
||||
|
||||
Reference in New Issue
Block a user