Signed-off-by: Andreas Müller <[email protected]>
---
 .../recipes-devtools/python/python-rdflib.inc     | 15 +++++++++++++++
 .../python/python-rdflib_4.2.2.bb                 |  2 ++
 .../python/python3-rdflib_4.2.2.bb                |  2 ++
 3 files changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-rdflib.inc
 create mode 100644 meta-python/recipes-devtools/python/python-rdflib_4.2.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb

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 @@
+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"
diff --git a/meta-python/recipes-devtools/python/python-rdflib_4.2.2.bb 
b/meta-python/recipes-devtools/python/python-rdflib_4.2.2.bb
new file mode 100644
index 000000000..7ed0f5f9a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-rdflib_4.2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-rdflib.inc
diff --git a/meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb 
b/meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb
new file mode 100644
index 000000000..6511df3ce
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-rdflib.inc
-- 
2.20.1

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to