summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-simplejson.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2020-04-04 13:12:43 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-05 10:38:13 -0700
commit1dbb1c6653d41a646ae2a483a56830b2890baa77 (patch)
tree80559b4e848b81899d8f97a4fe07777abf5755ad /meta-python/recipes-devtools/python/python-simplejson.inc
parent2aa63fd4e470ffc2aa2c8d17abc0766588d10d5e (diff)
downloadmeta-openembedded-1dbb1c6653d41a646ae2a483a56830b2890baa77.tar.gz
python-simplejson: 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-simplejson.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-simplejson.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc
deleted file mode 100644
index 1a8d390e4b..0000000000
--- a/meta-python/recipes-devtools/python/python-simplejson.inc
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python"
2HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
6
7SRC_URI[md5sum] = "8a5ed75c367b90fedc3d685742e2a1c7"
8SRC_URI[sha256sum] = "2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81"
9
10inherit pypi
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-netserver \
15 ${PYTHON_PN}-numbers \
16"
17
18PACKAGES =+ "${PN}-tests"
19RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest"
20FILES_${PN}-tests+= " \
21 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \
22 ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \
23"
24
25BBCLASSEXTEND = "native nativesdk"