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:
Joe Neeman
2023-07-02 22:52:11 +07:00
parent 2df2b52806
commit 38d66c2984
@@ -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/