summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
deleted file mode 100644
index 589e6638bf..0000000000
--- a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SUMMARY = "RDFLib is a pure Python package for working with RDF"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=89aa9a14f80a6ac70e1d5da763a309ed"
4
5SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc679879"
6
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += " \
10 ${PYTHON_PN}-isodate \
11 ${PYTHON_PN}-pyparsing \
12 ${PYTHON_PN}-logging \
13 ${PYTHON_PN}-numbers \
14 ${PYTHON_PN}-xml \
15"
16
17BBCLASSEXTEND = "native nativesdk"