summaryrefslogtreecommitdiff
path: root/packages/python/python-simplejson_2.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-simplejson_2.0.7.bb')
-rw-r--r--packages/python/python-simplejson_2.0.7.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/python/python-simplejson_2.0.7.bb b/packages/python/python-simplejson_2.0.7.bb
deleted file mode 100644
index 7bfa44eb8e..0000000000
--- a/packages/python/python-simplejson_2.0.7.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "MIT"
-SRCNAME = "simplejson"
-PR = "ml0"
-
-SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-RDEPENDS = "\
- python-core \
- python-re \
- python-io \
- python-netserver \
-"
-