mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-08 10:15:23 +01:00
python3-pylyrics: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1ecee058a4
commit
9dade3a31c
|
|
@ -10,3 +10,9 @@ PYPI_PACKAGE = "PyLyrics"
|
|||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-beautifulsoup4 \
|
||||
python3-classes \
|
||||
python3-requests \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user