mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-rapidjson: update to version 1.14
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e1552304bf
commit
b39c548100
|
|
@ -4,13 +4,12 @@ HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd"
|
||||
|
||||
SRC_URI = "git://github.com/python-rapidjson/python-rapidjson.git;protocol=https;branch=master"
|
||||
SRCREV = "a87053d9b97750afddb504da05bd1cd9f4b94654"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI[sha256sum] = "26806f0a658c34b48d2951d8d3f846ca9deb93a34e664ef436db632a188b6779"
|
||||
|
||||
# Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe
|
||||
inherit setuptools3 ptest
|
||||
inherit setuptools3 pypi ptest
|
||||
|
||||
PYPI_PACKAGE = "python-rapidjson"
|
||||
|
||||
SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user