summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb17
1 files changed, 15 insertions, 2 deletions
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
index 6511df3ce1..f7e7f63106 100644
--- a/meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb
@@ -1,2 +1,15 @@
1inherit setuptools3 1SUMMARY = "RDFLib is a pure Python package for working with RDF"
2require python-rdflib.inc 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"
4
5SRC_URI[md5sum] = "534fe35b13c5857d53fa1ac5a41eca67"
6SRC_URI[sha256sum] = "da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d"
7
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-isodate \
12 ${PYTHON_PN}-pyparsing \
13"
14
15BBCLASSEXTEND = "native nativesdk"