diff options
author | pxinwr <peixing.xin@windriver.com> | 2020-11-28 22:14:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 22:14:16 (GMT) |
commit | 00a6568ba37f0d815289776a51af46d0eac27384 (patch) | |
tree | 97f32d9f55bdae40f0fe7b69592a00aa7a0ba71c /Misc/NEWS.d/next/Build | |
parent | 6a273fdc2a36f52fb70359149eff014f1b6b08d4 (diff) | |
download | cpython-00a6568ba37f0d815289776a51af46d0eac27384.zip cpython-00a6568ba37f0d815289776a51af46d0eac27384.tar.gz cpython-00a6568ba37f0d815289776a51af46d0eac27384.tar.bz2 |
bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
Previously on VxWorks compiling socket extension module needs the libnet to link. Now VxWorks has moved the replied functions to libc. So removing libnet from setup.py.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst b/Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst new file mode 100644 index 0000000..d1ec647 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst @@ -0,0 +1 @@ +remove libnet dependency from detect_socket() for VxWorks |