https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230110
--- Comment #11 from Craig Leres <le...@freebsd.org> --- Created attachment 203506 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203506&action=edit Comment out DARWIN use_bpf check I tried the 203423 patch with 11.2-RELEASE and DEFAULT_VERSIONS=python=3.7 and it fails with FreeBSD: _set_conf_sockets() File "/usr/local/lib/python3.7/site-packages/scapy/config.py", line 436, in _set_conf_sockets raise ScapyInvalidPlatformException("Darwin (OSX) only !") scapy.error.ScapyInvalidPlatformException: Darwin (OSX) only ! Commenting out the check in _set_conf_sockets() seems to solve this. The patch is for the change I made after applying 203423. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"