Skip to content

Commit cc6ddc5

Browse files
committed
Remove libcrypt.so.1
1 parent 32298e3 commit cc6ddc5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pep-9999.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ the ``manylinux2014`` tag:
100100
libm.so.6
101101
libdl.so.2
102102
librt.so.1
103-
libcrypt.so.1
104103
libc.so.6
105104
libnsl.so.1
106105
libutil.so.1
@@ -117,8 +116,10 @@ the ``manylinux2014`` tag:
117116
libglib-2.0.so.0
118117

119118
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`.
122123

123124
On Debian-based systems, these libraries are provided by the
124125
packages:
@@ -127,8 +128,7 @@ the ``manylinux2014`` tag:
127128
Package Libraries
128129
============ =======================================================
129130
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
132132
libgcc1 libgcc_s.so.1
133133
libgl1 libGL.so.1
134134
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:
147147
============ =======================================================
148148
glib2 libglib-2.0.so.0, libgthread-2.0.so.0, libgobject-2.0.so.0
149149
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
152151
libICE libICE.so.6
153152
libX11 libX11.so.6
154153
libXext: libXext.so.6

0 commit comments

Comments
 (0)