From 6525f25a227d603b2b1137eacb00ed2df2db0f78 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 17 Jun 2020 11:51:11 +0100 Subject: [PATCH] Correct URL and versions. --- tools/dependency_inventory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dependency_inventory.py b/tools/dependency_inventory.py index 77a3ed7a8..d8736180c 100644 --- a/tools/dependency_inventory.py +++ b/tools/dependency_inventory.py @@ -188,8 +188,8 @@ def dump_header(): def dump_cplusplus(): print_title("C++ Dependencies") print_table_header() - print_row("QT", "4.6.2+", "LGPL v2.1/3", "http://www.qt.io/") - print_row("Python", "2.7/3.4+", "PSF", "https://www.python.org/") + print_row("QT", "5+", "LGPL v2.1/3", "https://www.qt.io/") + print_row("Python", "3.4+", "PSF", "https://www.python.org/") print_summary(2)