[neon/extras/itinerary/Neon/release] debian: new python3 flask and lxml runtime deps

Carlos De Maine null at kde.org
Sun Apr 20 08:42:55 BST 2025


Git commit aa03f614c6a56bfe3242c85013f949100b94bc07 by Carlos De Maine.
Committed on 20/04/2025 at 07:42.
Pushed by carlosdem into branch 'Neon/release'.

new python3 flask and lxml runtime deps

M  +3    -1    debian/control
M  +2    -0    debian/meta/cmake-ignore

https://invent.kde.org/neon/extras/itinerary/-/commit/aa03f614c6a56bfe3242c85013f949100b94bc07

diff --git a/debian/control b/debian/control
index f1a3daf..faf4a0c 100644
--- a/debian/control
+++ b/debian/control
@@ -52,7 +52,9 @@ Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/itinerary
 
 Package: itinerary
 Architecture: any
-Depends: qml6-module-org-kde-i18n-localedata,
+Depends: python3-flask,
+         python3-lxml,
+         qml6-module-org-kde-i18n-localedata,
          qml6-module-org-kde-kitemmodels,
          qml6-module-org-kde-kopeninghours,
          qml6-module-org-kde-kosmindoormap,
diff --git a/debian/meta/cmake-ignore b/debian/meta/cmake-ignore
index f6755c5..f051004 100644
--- a/debian/meta/cmake-ignore
+++ b/debian/meta/cmake-ignore
@@ -1,2 +1,4 @@
+flask-PythonModule, Python module 'flask' is a runtime dependency.
+lxml-PythonModule, Python module 'lxml' is a runtime dependency.
 org.kde.prison-QMLModule, QML module 'org.kde.prison' is a runtime dependency.
 Qt.labs.platform-QMLModule, QML module 'Qt.labs.platform' is a runtime dependency.


More information about the Neon-commits mailing list