mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01:00
python(3)-rdflib(-native(sdk)): initial add 4.2.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ee77549e4c
commit
c36ccaf595
15
meta-python/recipes-devtools/python/python-rdflib.inc
Normal file
15
meta-python/recipes-devtools/python/python-rdflib.inc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SUMMARY = "Character encoding aliases for legacy web content"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"
|
||||
|
||||
SRC_URI[md5sum] = "534fe35b13c5857d53fa1ac5a41eca67"
|
||||
SRC_URI[sha256sum] = "da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-isodate \
|
||||
${PYTHON_PN}-pyparsing \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools
|
||||
require python-rdflib.inc
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools3
|
||||
require python-rdflib.inc
|
||||
Loading…
Reference in New Issue
Block a user