Rename crypto package in setup.py 72/5572/2
authorIgor D.C <igor.duarte.cardoso@intel.com>
Thu, 12 Oct 2017 10:54:21 +0000 (10:54 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 12 Oct 2017 13:57:50 +0000 (15:57 +0200)
Renaming from "python-crypto" to "pycrypto", since the latter is the
package from pip. Otherwise, tox would fail when attempting to
download "python-crypto".

Change-Id: I8b8948469e26d92887d259303dcb79eef333395e
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
setup.py

index a34c708..4fa3273 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ _requirements = [
     "boto",
     #"lib_osm_openvim",
     #"osm_im",
-    "python-crypto",
+    "pycrypto",
 ]
 
 setup(name=_name,