mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 04:34:53 +00: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
@ -9,4 +9,10 @@ SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604
|
|||||||
PYPI_PACKAGE = "PyLyrics"
|
PYPI_PACKAGE = "PyLyrics"
|
||||||
PYPI_PACKAGE_EXT = "zip"
|
PYPI_PACKAGE_EXT = "zip"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-beautifulsoup4 \
|
||||||
|
python3-classes \
|
||||||
|
python3-requests \
|
||||||
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user