diff options
author | Ross Burton <ross.burton@arm.com> | 2022-05-24 13:11:47 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
commit | fa8929b9b6c7246f65c5e3f7b0979c39a65bd314 (patch) | |
tree | 7e95505ee917330a913644778337b300eb4bad80 /meta-python/recipes-core | |
parent | a2790f4316d8e82299723c27526d866f5f931ca7 (diff) | |
download | meta-openembedded-fa8929b9b6c7246f65c5e3f7b0979c39a65bd314.tar.gz |
python3-setuptools-scm-git-archive: add new recipe
Some Python packages use this at build time.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index e3ae050ec..8b4895b29 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -389,6 +389,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
389 | python3-send2trash \ | 389 | python3-send2trash \ |
390 | python3-sentry-sdk \ | 390 | python3-sentry-sdk \ |
391 | python3-serpent \ | 391 | python3-serpent \ |
392 | python3-setuptools-scm-git-archive \ | ||
392 | python3-sh \ | 393 | python3-sh \ |
393 | python3-sijax \ | 394 | python3-sijax \ |
394 | python3-simpleeval \ | 395 | python3-simpleeval \ |