gensio: move package into Python submenu

While at, fine-tune the description string slightly.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold 2023-03-14 21:00:14 +01:00
parent 5b3575eba1
commit 31a18de442
1 changed files with 2 additions and 1 deletions

View File

@ -129,9 +129,10 @@ endef
define Package/python3-gensio
$(call Package/gensio/Default)
TITLE+= (Python3-bindings)
TITLE+= (Python bindings)
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
DEPENDS:=+PACKAGE_python3-gensio:python3-light +libgensiocpp
endef