X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=setup.py;h=ce3d5d6c8f67f2ac9b747f5c449d767ca6afa2b6;hp=6cfe17b738863b24ce447f023c4542b1cd6973da;hb=685b301d64299f1cd888154b559bc5480c982937;hpb=295e5d3214228ae4f8055a248d51e6ca8e0b63cb 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',