@@ -100,7 +100,6 @@ the ``manylinux2014`` tag:
100
100
libm.so.6
101
101
libdl.so.2
102
102
librt.so.1
103
- libcrypt.so.1
104
103
libc.so.6
105
104
libnsl.so.1
106
105
libutil.so.1
@@ -117,8 +116,10 @@ the ``manylinux2014`` tag:
117
116
libglib-2.0.so.0
118
117
119
118
This list is identical to the externally-provided libraries
120
- allowed for ``manylinux2010 ``. ``libpythonX.Y `` remains ineligible
121
- for inclusion for the same reasons outlined in :pep: `513 `.
119
+ originally allowed for ``manylinux2010 ``, with one exception:
120
+ ``libcrypt.so.1 `` was removed due to being deprecated in Fedora 30.
121
+ ``libpythonX.Y `` remains ineligible for inclusion for the same
122
+ reasons outlined in :pep: `513 `.
122
123
123
124
On Debian-based systems, these libraries are provided by the
124
125
packages:
@@ -127,8 +128,7 @@ the ``manylinux2014`` tag:
127
128
Package Libraries
128
129
============ =======================================================
129
130
libc6 libdl.so.2, libresolv.so.2, librt.so.1, libc.so.6,
130
- libpthread.so.0, libm.so.6, libutil.so.1, libcrypt.so.1,
131
- libnsl.so.1
131
+ libpthread.so.0, libm.so.6, libutil.so.1, libnsl.so.1
132
132
libgcc1 libgcc_s.so.1
133
133
libgl1 libGL.so.1
134
134
libglib2.0-0 libgobject-2.0.so.0, libgthread-2.0.so.0, libglib-2.0.so.0
@@ -147,8 +147,7 @@ the ``manylinux2014`` tag:
147
147
============ =======================================================
148
148
glib2 libglib-2.0.so.0, libgthread-2.0.so.0, libgobject-2.0.so.0
149
149
glibc libresolv.so.2, libutil.so.1, libnsl.so.1, librt.so.1,
150
- libcrypt.so.1, libpthread.so.0, libdl.so.2, libm.so.6,
151
- libc.so.6
150
+ libpthread.so.0, libdl.so.2, libm.so.6, libc.so.6
152
151
libICE libICE.so.6
153
152
libX11 libX11.so.6
154
153
libXext: libXext.so.6
0 commit comments