diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-rdflib.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-rdflib.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-rdflib.inc b/meta-python/recipes-devtools/python/python-rdflib.inc new file mode 100644 index 000000000..f92734aa7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-rdflib.inc | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Character encoding aliases for legacy web content" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840" | ||
4 | |||
5 | SRC_URI[md5sum] = "534fe35b13c5857d53fa1ac5a41eca67" | ||
6 | SRC_URI[sha256sum] = "da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d" | ||
7 | |||
8 | inherit pypi | ||
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | ${PYTHON_PN}-isodate \ | ||
12 | ${PYTHON_PN}-pyparsing \ | ||
13 | " | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||