Removed pyangbind and pyang deb pkg from Makefile
[osm/IM.git] / setup.py
index b08ea17..cda4c73 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,9 +9,6 @@ setup(
     author_email='mmarchetti@sandvine.com',
     packages=find_packages(),
     include_package_data=True,
-    install_requires=[
-        'pyangbind'
-    ],
     setup_requires=['setuptools-version-command'],
     test_suite='nose.collector',
 )