VNFs with only VLDs compatibility
[osm/RO.git] / setup.py
index 05431bd..ddce5cd 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -38,10 +38,11 @@ _requirements = [
     #"lib_osm_openvim",
     #"osm_im",
     "pycrypto",
+    "netaddr",
 ]
 
 setup(name=_name,
-      version_command=('git describe --match v*', 'pep440-git'),
+      version_command=('git describe --match v*', 'pep440-git-full'),
       description = _description,
       long_description = open('README.rst').read(),
       author = _author,