Working on it.
OpenPLi-py3
Re: OpenPLi-py3 #1021
Re: OpenPLi-py3 #1022
Posted 6 August 2023 - 21:41
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1023
Re: OpenPLi-py3 #1024
Posted 7 August 2023 - 13:19
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1025
Posted 7 August 2023 - 15:30
All merged.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: OpenPLi-py3 #1026
Re: OpenPLi-py3 #1027
Posted 8 August 2023 - 07:28
Thanks for updating LCD4 Linux.
About the required python3-icalendar, when I manually install it from the feed, it installs two more packages, python3-pytz and python3-doctest. However, when I uninstall python3-icalendar, opkg leaves the other two packages on the box. Shoudn't these packages, that are now no longer needed, be removed automatically?
Edited by Stan, 8 August 2023 - 07:35.
Re: OpenPLi-py3 #1028
Posted 8 August 2023 - 08:24
No. That's the normal behavior AFAIK.
You need to remove the run-time dependencies explicitly.
It could be used by other packages.
Opkg has options like '--autoremove' and '--force-removal-of-dependent-packages', but that does work the other way around. It removes packages which 'python3-icalendar' using as runtime-dep.
Edited by Beeker, 8 August 2023 - 08:25.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1029
Re: OpenPLi-py3 #1030
Re: OpenPLi-py3 #1031
Posted 8 August 2023 - 08:39
root@gbtrio4k:~# opkg remove python3-icalendar --autoremove * Solver encountered 1 problem(s): * Problem 1/1: * - package enigma2-plugin-extensions-lcd4linux-git5670+34ee252-r0.cortexa15hf-neon-vfpv4 requires python3-icalendar, but none of the providers can be installed * - conflicting requests * - problem with installed package enigma2-plugin-extensions-lcd4linux-git5670+34ee252-r0.cortexa15hf-neon-vfpv4 * * Solution 1: * - allow deinstallation of enigma2-plugin-extensions-lcd4linux-git5670+34ee252-r0.cortexa15hf-neon-vfpv4 * Solution 2: * - do not ask to deinstall python3-icalendar * - do not ask to deinstall python3-icalendar root@gbtrio4k:~# opkg remove python3-icalendar --autoremove --force-depends Removing python3-icalendar (4.0.6) from root... root@gbtrio4k:~# opkg remove python3-pytz --autoremove --force-depends Removing python3-pytz (2021.1) from root... Removing python3-doctest (3.9.9) from root...
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1032
Re: OpenPLi-py3 #1033
Posted 8 August 2023 - 08:50
If you uninstall LCD4Linux manually, does it uninstall the depend packages?
No.
oot@gbtrio4k:~# opkg remove enigma2-plugin-extensions-lcd4linux Removing enigma2-plugin-extensions-lcd4linux (git5670+34ee252) from root... root@gbtrio4k:~#
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1034
Posted 8 August 2023 - 08:51
root@gbtrio4k:~# opkg remove enigma2-plugin-extensions-lcd4linux --autoremove Removing enigma2-plugin-extensions-lcd4linux (git5670+34ee252) from root... Removing python3-image (3.9.9) from root... Removing python3-mutagen (1.45.1) from root... Removing python3-pillow (8.2.0) from root... Removing python3-pyusb (1.1.1) from root... Removing python3-simplejson (3.17.2) from root... Removing openjpeg (2.4.0) from root... Removing libusb-1.0-0 (1.0.24) from root... Removing lcms (2.12) from root... Removing libtiff5 (4.2.0) from root... root@gbtrio4k:~#
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1035
Posted 8 August 2023 - 08:58
It is a bit confusing.
python3-pytz and python3-doctest are runtime-dependencies of python3-icalendar.
python3-pytz is a runtime dependency of lcd4linux plugin as well and python3-doctest not.
Edited by Beeker, 8 August 2023 - 08:58.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1036
Re: OpenPLi-py3 #1037
Posted 8 August 2023 - 09:08
Yes that's correct. although It's not a big deal
The runtime dependencies need a cleanup anyway.
https://github.com/O...TROL/control#L6
Edited by Beeker, 8 August 2023 - 09:13.
Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.
Re: OpenPLi-py3 #1038
Re: OpenPLi-py3 #1039
Re: OpenPLi-py3 #1040
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users