mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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>
This commit is contained in:
parent
a2790f4316
commit
fa8929b9b6
|
|
@ -389,6 +389,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
|||
python3-send2trash \
|
||||
python3-sentry-sdk \
|
||||
python3-serpent \
|
||||
python3-setuptools-scm-git-archive \
|
||||
python3-sh \
|
||||
python3-sijax \
|
||||
python3-simpleeval \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "setuptools_scm plugin for git archives"
|
||||
HOMEPAGE = "https://pypi.org/project/setuptools-scm-git-archive/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2"
|
||||
|
||||
SRC_URI[sha256sum] = "6026f61089b73fa1b5ee737e95314f41cb512609b393530385ed281d0b46c062"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "setuptools_scm_git_archive"
|
||||
PYPI_SRC_URI = "https://files.pythonhosted.org/packages/7e/2c/0c15b29a1b5940250bfdc4a4f53272e35cd7cf8a34159291b6b4ec9eb291/${PYPI_ARCHIVE_NAME}"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user