python3-wpa-supplicant: add runtime dependencies

This adds missing runtime dependencies for python3-wpa-supplicant.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2021-03-20 22:23:07 +01:00
committed by Khem Raj
parent 3c21ab9e58
commit 0866859f84

View File

@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "3ad0f40a696763bb0f4d4dec5b51f6b53ccfeb7c16ebb5897349303045
PYPI_PACKAGE = "wpa_supplicant"
inherit pypi setuptools3
RDEPENDS_${PN} += "python3-twisted python3-click python3-txdbus"