summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:21 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:53 -0700
commita2cbfc7f92e1375fe9629ca182f4bdfa2b29c566 (patch)
treee846c4fc6e9648b6dab4809d3b8b025b1d844657 /meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb
parent2951081f72c7463035c8bad40186ded6faf14596 (diff)
downloadmeta-openembedded-a2cbfc7f92e1375fe9629ca182f4bdfa2b29c566.tar.gz
python3-setuptools-scm-git-archive: 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/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb
index 472c4eb1c8..2068871d93 100644
--- a/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb
@@ -11,5 +11,6 @@ PYPI_PACKAGE = "setuptools_scm_git_archive"
11PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}" 11PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}"
12 12
13DEPENDS += "python3-setuptools-scm-native" 13DEPENDS += "python3-setuptools-scm-native"
14RDEPENDS:${PN} += "python3-setuptools-scm"
14 15
15BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"