Do not list scapy as a rqmt for now as it breaks on CentOS
diff --git a/src/python/setup.py b/src/python/setup.py
index 4a84d86..b5a462d 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -27,6 +27,5 @@
       install_requires=[
         'setuptools',
         'doxypy',
-        'pylint',
-        'scapy'  # ?
+        'pylint'
       ])