X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=5d78ec3b4b21d1d88b1a8454066c2287cc67c6c3;hb=98d35c26071b06b6f0943a9f61ac68e0ff484292;hp=de88f2f28af406a165f13fa9fb787a2890591882;hpb=0446cd5df24c38f95cea13b995c553e9b2403f21;p=osm%2FRO.git diff --git a/setup.py b/setup.py index de88f2f2..5d78ec3b 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ _requirements = [ "python-glanceclient", "python-neutronclient", "python-cinderclient", + "networking-l2gw", #"pyvcloud", #"progressbar", "prettytable", @@ -39,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,