The dependencies in requirements.txt were pointing to master
instead of pointing to v9.0. With the recent changes in the
repos, osm-common and osm-im in master did not have dependencies,
so the error raised.
The file setup.py was also updated because it was enough to specify
the requirements there as 'osm-im' and 'osm-common'.
Change-Id: Ic5f0f39de283424900910ca4225ab7bf03584fa2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
PyYAML
python-keystoneclient
requests
-git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
-git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im
+git+https://osm.etsi.org/gerrit/osm/common.git@v9.0#egg=osm-common
+git+https://osm.etsi.org/gerrit/osm/IM.git@v9.0#egg=osm-im
aiohttp>=2.3.10,<=3.6.2
tacacs_plus
# ],
install_requires=[
'CherryPy>=18.1.2',
- 'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common',
+ 'osm-common',
'jsonschema>=3.2.0',
'PyYAML',
- 'osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im',
+ 'osm-im',
'python-keystoneclient',
'requests',
'aiohttp>=2.3.10,<=3.6.2',