Including upstream requirements
Now that internal OSM software does not specify python modules in
setup.py, we need to include the requirements.txt from the module
in the requirements-dev.in to generate the full list properly.
Change-Id: Ieb49e7d276a824a5098c11f9a85d57ddd989b93d
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/requirements-dev.in b/requirements-dev.in
index 0fa1816..733a1b3 100644
--- a/requirements-dev.in
+++ b/requirements-dev.in
@@ -14,5 +14,7 @@
# limitations under the License.
-e git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common
--e git+https://osm.etsi.org/gerrit/osm/N2VC.git@master#egg=n2vc
+-r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
+-e git+https://osm.etsi.org/gerrit/osm/N2VC.git@master#egg=n2vc
+-r https://osm.etsi.org/gitweb/?p=osm/N2VC.git;a=blob_plain;f=requirements.txt;hb=master