File tree 2 files changed +17
-1
lines changed 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ The following shared libraries are referenced:
54
54
* libdl.so.2 (required by ctypes extension)
55
55
* libutil.so.1
56
56
* librt.so.1
57
- * libnsl.so.1 (required by nis extension)
58
57
* libcrypt.so.1 (required by crypt extension)
59
58
* libm.so.6
60
59
* libc.so.6
Original file line number Diff line number Diff line change @@ -122,6 +122,23 @@ disables the configure check.
122
122
This means that the ``gettext ``/``libintl `` features in the Python distribution
123
123
are not available.
124
124
125
+ libnsl / nis Module
126
+ -------------------
127
+
128
+ The ``nis `` Python extension module has a dependency on ``libnsl ``.
129
+
130
+ ``libnsl `` has historically been in base Linux distribution installations.
131
+ But it is being phased away, with it being an optional install in modern
132
+ versions of Fedora and RHEL.
133
+
134
+ Because the ``nis `` extension is perceived to be likely unused functionality,
135
+ we've decided to not build it instead of adding complexity to deal with
136
+ the ``libnsl `` dependency. See further discussion in
137
+ https://github.com/indygreg/python-build-standalone/issues/51.
138
+
139
+ If ``nis `` functionality is important to you, please file a GitHub issue
140
+ to request it.
141
+
125
142
Upgrading CPython
126
143
=================
127
144
You can’t perform that action at this time.
0 commit comments