openlumi / homeassistant_on_openwrt

Install Home Assistant on your OpenWrt device with a single command
MIT License
167 stars 48 forks source link

No package python3-gdbm #49

Closed Mi-r closed 4 months ago

Mi-r commented 4 months ago

Command opkg install python3-gdbm responds: Unknown package 'python3-gdbm'.# openwrt master doesn't have this package I read in file ha_install.sh: openwrt master doesn't have this package opkg install python3-gdbm 2>/dev/null || true Where can I get the package? Please, help!

devbis commented 4 months ago

Python GDBM package is removed from Openwrt 22+. You can safely ignore this message.

Mi-r commented 4 months ago

exactly, thank you very much