Removed dependence on pyangbind, because it leads to issues during deb package installation
Change-Id: I108342fb611169490ea7007ea7ff93909fdff0db
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py
index 6cfe17b..ce3d5d6 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
- 'pyangbind'
+ #'pyangbind'
],
setup_requires=['setuptools-version-command'],
test_suite='nose.collector',