From: garciadeblas Date: Mon, 11 Sep 2017 08:44:40 +0000 (+0200) Subject: Removed dependence on pyangbind, because it leads to issues during deb package instal... X-Git-Tag: v3.0.0rc02~6 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=685b301d64299f1cd888154b559bc5480c982937 Removed dependence on pyangbind, because it leads to issues during deb package installation Change-Id: I108342fb611169490ea7007ea7ff93909fdff0db Signed-off-by: garciadeblas --- diff --git a/setup.py b/setup.py index 6cfe17b..ce3d5d6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - 'pyangbind' + #'pyangbind' ], setup_requires=['setuptools-version-command'], test_suite='nose.collector',