packaging(deb): Update dependency version of revpimodio2

The new functions for the RO module require the latest version of
revpimodio2.
This commit is contained in:
2023-11-15 08:50:07 +01:00
parent 7d6cd902d2
commit ccc59b7285

4
debian/control vendored
View File

@@ -10,7 +10,7 @@ Build-Depends:
debhelper-compat (= 12), debhelper-compat (= 12),
dh-python, dh-python,
python3-all, python3-all,
python3-revpimodio2 (>= 2.6.0), python3-revpimodio2 (>= 2.7.0~rc2),
python3-setuptools python3-setuptools
Standards-Version: 4.3.0 Standards-Version: 4.3.0
@@ -22,7 +22,7 @@ Depends:
${misc:Depends}, ${misc:Depends},
lsb-base, lsb-base,
python3-paho-mqtt, python3-paho-mqtt,
python3-revpimodio2 (>= 2.6.0) python3-revpimodio2 (>= 2.7.0~rc2)
Description: PLC Loader for Python projects on the RevolutionPi Description: PLC Loader for Python projects on the RevolutionPi
This program start a given Python PLC program on system boot. It monitors the 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 program and reistartes it if an error occures. On a crash the complete