commit | 00a6568ba37f0d815289776a51af46d0eac27384 | [log] [tgz] |
---|---|---|
author | pxinwr <peixing.xin@windriver.com> | Sun Nov 29 06:14:16 2020 +0800 |
committer | GitHub <noreply@github.com> | Sat Nov 28 14:14:16 2020 -0800 |
tree | 97f32d9f55bdae40f0fe7b69592a00aa7a0ba71c | |
parent | 6a273fdc2a36f52fb70359149eff014f1b6b08d4 [diff] |
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.