diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
| commit | a2cbfc7f92e1375fe9629ca182f4bdfa2b29c566 (patch) | |
| tree | e846c4fc6e9648b6dab4809d3b8b025b1d844657 /meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb | |
| parent | 2951081f72c7463035c8bad40186ded6faf14596 (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 11 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}" | 11 | PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}" |
| 12 | 12 | ||
| 13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += "python3-setuptools-scm-native" |
| 14 | RDEPENDS:${PN} += "python3-setuptools-scm" | ||
| 14 | 15 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
