summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:19 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit9dade3a31ce8931afdf8370ce3bddcf79544a8d8 (patch)
treea753339e328dabc2635649319f09776f4856fb9e /meta-python
parent1ecee058a435048158eb638e2a167063c7680533 (diff)
downloadmeta-openembedded-9dade3a31ce8931afdf8370ce3bddcf79544a8d8.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb
index 207751c451..1ac95e8be3 100644
--- a/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb
@@ -9,4 +9,10 @@ SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604
9PYPI_PACKAGE = "PyLyrics" 9PYPI_PACKAGE = "PyLyrics"
10PYPI_PACKAGE_EXT = "zip" 10PYPI_PACKAGE_EXT = "zip"
11 11
12inherit pypi setuptools3 \ No newline at end of file 12inherit pypi setuptools3
13
14RDEPENDS:${PN} += " \
15 python3-beautifulsoup4 \
16 python3-classes \
17 python3-requests \
18"