X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=setup.py;h=d5cbe79ae1f7441513d0f60fc1e34bcb40aad54a;hp=de88f2f28af406a165f13fa9fb787a2890591882;hb=c5293def02d95ed4ee086dd8842437b76ec05c4e;hpb=0446cd5df24c38f95cea13b995c553e9b2403f21 diff --git a/setup.py b/setup.py index de88f2f2..d5cbe79a 100755 --- a/setup.py +++ b/setup.py @@ -39,10 +39,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,