diff --git a/setup.py b/setup.py index 9f91ba3..0f99ca3 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,11 @@ 'Flask', 'flask-restplus', 'future', - 'netifaces', + # 2017-10-09 DRS: required netifaces to avoid some non-fatal warnings + # observed previously, but later noted other fatal exceptions when it + # was installed. Leaving out for now. Reference: + # https://github.com/phaethon/scapy/issues/206 + #'netifaces', 'pyzmq', 'scapy-python3', ],