X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=NG-RO%2Fsetup.py;h=4749cd4b34cc590c0bfce084509dc0c0aa9b290d;hb=refs%2Ftags%2Fbranch-bug1511-start;hp=31c3b358849ef43f59098cb566c6f93a8f8b94b0;hpb=42f80771cddb63ecd78cf9b831e721b018779dc9;p=osm%2FRO.git diff --git a/NG-RO/setup.py b/NG-RO/setup.py index 31c3b358..4749cd4b 100644 --- a/NG-RO/setup.py +++ b/NG-RO/setup.py @@ -38,12 +38,12 @@ setup( include_package_data=True, install_requires=[ "CherryPy==18.1.2", - "osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common", + "osm-common", "jsonschema", "PyYAML", "requests", "cryptography", # >=2.5 installed right version with the debian post-install script - "osm-ro-plugin @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro-plugin&subdirectory=RO-plugin", + "osm-ro-plugin", ], setup_requires=["setuptools-version-command"], )