summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-rdflib.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2020-04-04 14:20:54 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-05 10:38:14 -0700
commit61226eb5c2c3081d7be0ec632a724a2f3d671f7c (patch)
tree7ef7c53beec83da3b597e470cb709e46473752db /meta-python/recipes-devtools/python/python-rdflib.inc
parent0c128f6a343dfdb92c201e1cff08d8646fd3d0da (diff)
downloadmeta-openembedded-61226eb5c2c3081d7be0ec632a724a2f3d671f7c.tar.gz
python-rdflib: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-rdflib.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-rdflib.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-rdflib.inc b/meta-python/recipes-devtools/python/python-rdflib.inc
deleted file mode 100644
index 2fa6d98153..0000000000
--- a/meta-python/recipes-devtools/python/python-rdflib.inc
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "RDFLib is a pure Python package for working with RDF"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"
4
5SRC_URI[md5sum] = "534fe35b13c5857d53fa1ac5a41eca67"
6SRC_URI[sha256sum] = "da1df14552555c5c7715d8ce71c08f404c988c58a1ecd38552d0da4fc261280d"
7
8inherit pypi
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-isodate \
12 ${PYTHON_PN}-pyparsing \
13"
14
15BBCLASSEXTEND = "native nativesdk"