X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=setup.py;h=5d78ec3b4b21d1d88b1a8454066c2287cc67c6c3;hp=05431bd4e542809d70f5dbe897050479214b7378;hb=84efdc14d78e5e8e82fd0326d0c41e9673ab4672;hpb=af0017fe88d4675473428f51041d7b124abe299a diff --git a/setup.py b/setup.py index 05431bd4..5d78ec3b 100755 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ _maintainer_email = 'gerardo.garciadeblas@telefonica.com' _license = 'Apache 2.0' _url = 'https://osm.etsi.org/gitweb/?p=osm/RO.git;a=summary' _requirements = [ + "six", # python 2 x 3 compatibility "PyYAML", "bottle", #"mysqlclient", @@ -30,6 +31,7 @@ _requirements = [ "python-glanceclient", "python-neutronclient", "python-cinderclient", + "networking-l2gw", #"pyvcloud", #"progressbar", "prettytable", @@ -38,10 +40,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,