Fix bug 535 propagate instantiaon paramget mac_address
[osm/RO.git] / setup.py
index a34c708..97d7b4b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -37,11 +37,11 @@ _requirements = [
     "boto",
     #"lib_osm_openvim",
     #"osm_im",
-    "python-crypto",
+    "pycrypto",
 ]
 
 setup(name=_name,
-      version_command=('git describe', 'pep440-git'),
+      version_command=('git describe --match v*', 'pep440-git'),
       description = _description,
       long_description = open('README.rst').read(),
       author = _author,