From bcb678739b1007dc7ef2d2a0b4d509293f5a513e Mon Sep 17 00:00:00 2001 From: "Igor D.C" Date: Thu, 12 Oct 2017 10:54:21 +0000 Subject: [PATCH] Rename crypto package in setup.py 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a34c7088..4fa32736 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ _requirements = [ "boto", #"lib_osm_openvim", #"osm_im", - "python-crypto", + "pycrypto", ] setup(name=_name, -- 2.25.1