X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=ddce5cd22d30c23bfa08acf72e712658c411a43a;hb=c76a3eee8272c5f3c66f43b8eafe2c48273ee0c7;hp=05431bd4e542809d70f5dbe897050479214b7378;hpb=af0017fe88d4675473428f51041d7b124abe299a;p=osm%2FRO.git diff --git a/setup.py b/setup.py index 05431bd4..ddce5cd2 100755 --- a/setup.py +++ b/setup.py @@ -38,10 +38,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,