From ccc59b7285ad9124399b1808bf52bbb75321a697 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Wed, 15 Nov 2023 08:50:07 +0100 Subject: [PATCH] packaging(deb): Update dependency version of revpimodio2 The new functions for the RO module require the latest version of revpimodio2. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 65a6522..e2e8c4e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 12), dh-python, python3-all, - python3-revpimodio2 (>= 2.6.0), + python3-revpimodio2 (>= 2.7.0~rc2), python3-setuptools Standards-Version: 4.3.0 @@ -22,7 +22,7 @@ Depends: ${misc:Depends}, lsb-base, python3-paho-mqtt, - python3-revpimodio2 (>= 2.6.0) + python3-revpimodio2 (>= 2.7.0~rc2) Description: PLC Loader for Python projects on the RevolutionPi This program start a given Python PLC program on system boot. It monitors the program and reistartes it if an error occures. On a crash the complete