removed im dependency for NG-RO 88/10088/1
authorlloretgalleg <illoret@indra.es>
Wed, 9 Dec 2020 11:59:17 +0000 (11:59 +0000)
committerlloretgalleg <illoret@indra.es>
Wed, 9 Dec 2020 11:59:17 +0000 (11:59 +0000)
Change-Id: I5902969bc65d697543bea2bc26acadf57ace3055
Signed-off-by: lloretgalleg <illoret@indra.es>
NG-RO/requirements.txt
NG-RO/setup.py

index 1ed0201..c9d56cb 100644 (file)
@@ -17,6 +17,5 @@ CherryPy==18.1.2
 osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
 requests
 cryptography
-osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im
 osm-ro-plugin @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro-plugin&subdirectory=RO-plugin
 logutils
index a6cf47a..4e8daba 100644 (file)
@@ -41,7 +41,6 @@ setup(
         'PyYAML',
         'requests',
         'cryptography',  # >=2.5  installed right version with the debian post-install script
-        'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',
         "osm-ro-plugin @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro-plugin&subdirectory=RO-plugin",
     ],
     setup_requires=['setuptools-version-command'],