summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-05-24 13:11:47 +0100
committerKhem Raj <raj.khem@gmail.com>2022-05-29 06:39:14 -0700
commitfa8929b9b6c7246f65c5e3f7b0979c39a65bd314 (patch)
tree7e95505ee917330a913644778337b300eb4bad80
parenta2790f4316d8e82299723c27526d866f5f931ca7 (diff)
downloadmeta-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>
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb15
2 files changed, 16 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 e3ae050ec1..8b4895b29e 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 \
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
new file mode 100644
index 0000000000..472c4eb1c8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-setuptools-scm-git-archive_1.1.bb
@@ -0,0 +1,15 @@
1SUMMARY = "setuptools_scm plugin for git archives"
2HOMEPAGE = "https://pypi.org/project/setuptools-scm-git-archive/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2"
5
6SRC_URI[sha256sum] = "6026f61089b73fa1b5ee737e95314f41cb512609b393530385ed281d0b46c062"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "setuptools_scm_git_archive"
11PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}"
12
13DEPENDS += "python3-setuptools-scm-native"
14
15BBCLASSEXTEND = "native nativesdk"