Support of pyang debian package generation

Change-Id: If344b5e0fd005a09e431fa0a5ef9eb279e59bf51
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py
index ce3d5d6..6cfe17b 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',