Fix osm-common and n2vc dependencies to use v9.0 04/10604/1 branch-bug1511-start
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 8 Apr 2021 20:13:21 +0000 (22:13 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 8 Apr 2021 20:14:01 +0000 (22:14 +0200)
commit0f1564d16aaf3101418ded22e07442f65781ea53
tree047b15491ea4cca363a1aa7454c2dbb3ab38030c
parent536c908065565674fdb5f0e5d4b0c8e66cb4af9a
Fix osm-common and n2vc dependencies to use v9.0

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 n2vc in master did not have dependencies,
so errors can appear.

The file setup.py was also updated because it was enough to specify
the requirements there as 'n2vc' and 'osm-common'.

Change-Id: I9140439a4b9e0e0cee2c04f148491445840c3863
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
requirements.txt
setup.py