From 72548db9675f1b528a69886debd7049ed3d766a1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 28 Sep 2021 13:48:21 +0200 Subject: Split concreate and abstract dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds 2 upper-constraints to pin all the dependencies. It modifies a little bit the official upper-constraints.txt from OpenStack due to Sphinx (4.2.0 as asked by lfdocs-conf vs 3.5.2) and due to setuptools (58.1.0 as used in ONAP gates vs 54.1.1). In a long run, etc/upper-constraints.os.txt should be removed once ONAP is synced with OpenStack. For it's part, etc/upper-constraints.onap.txt should be centralized for all ONAP projects and then removed from this particular project. It should be noted that lfdocs-conf still mismatches concrete and abstract deps. Issue-ID: DOC-765 Change-Id: Iccf1e4cdab93acc9c55acb16cb11e3b3fcef3291 Signed-off-by: Cédric Ollivier (cherry picked from commit ee3abf180c9df7813f16ee9fba7958860fc9ea6b) (cherry picked from commit cd4ff7e384bbb178a3b1cbc185a79da2df343b38) --- etc/upper-constraints.onap.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/upper-constraints.onap.txt (limited to 'etc/upper-constraints.onap.txt') diff --git a/etc/upper-constraints.onap.txt b/etc/upper-constraints.onap.txt new file mode 100644 index 000000000..aaf3493f9 --- /dev/null +++ b/etc/upper-constraints.onap.txt @@ -0,0 +1,7 @@ +lfdocs-conf===0.7.5 +sphinxcontrib.blockdiag===2.0.0 +sphinxcontrib-needs===0.5.6 +sphinxcontrib.plantuml===0.21 +sphinxcontrib.nwdiag===2.0.0 +sphinxcontrib-swaggerdoc===0.1.7 +sphinx-rtd-theme===1.0.0 -- cgit 1.2.3-korg