]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
authorpxinwr <peixing.xin@windriver.com>
Sat, 28 Nov 2020 22:14:16 +0000 (06:14 +0800)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 22:14:16 +0000 (14:14 -0800)
commit00a6568ba37f0d815289776a51af46d0eac27384
tree97f32d9f55bdae40f0fe7b69592a00aa7a0ba71c
parent6a273fdc2a36f52fb70359149eff014f1b6b08d4
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.
Misc/NEWS.d/next/Build/2020-11-19-17-01-50.bpo-31904.894dk2.rst [new file with mode: 0644]
setup.py