X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=720e72fcc00937658d6e900d24d4829fddbd0e11;hb=b010eb0b25c9dbdd5d4e2087ac677215fe92bf4e;hp=68b6c64de978cbd3e73a683c0e6d88a885cd5a88;hpb=1b11780f5217ae9ad4e24448c924cee76c30e405;p=osm%2FLCM.git diff --git a/setup.py b/setup.py index 68b6c64..720e72f 100644 --- a/setup.py +++ b/setup.py @@ -45,16 +45,12 @@ setup( # data_files=[('/etc/osm/', ['osm_lcm/lcm.cfg']), # ('/etc/systemd/system/', ['osm_lcm/osm-lcm.service']), # ], - dependency_links=[ - 'git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common', - 'git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc', - ], install_requires=[ # 'pymongo', 'PyYAML', 'aiohttp>=2.3.10', - 'osm-common', - 'n2vc', + 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common', + 'n2vc @ git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc', 'jinja2', 'grpcio-tools', 'grpclib',