summaryrefslogtreecommitdiff
path: root/packages/python/python-simplejson_1.7.1.bb
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 13:43:48 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 13:43:48 +0000
commit6827eda9aeb9ea33d9ca56bf864b7b0605e0447d (patch)
tree6025d86bc0cec366692fdb6864da7b25cef2cd36 /packages/python/python-simplejson_1.7.1.bb
parent93c598646b4a192331b77816048fbde223f57924 (diff)
parent4677e9577829e07467b025e476c9ec96d00fb21f (diff)
merge of '9bb9579fd7698d62103b3f88f6d0910f8ba1e53d'
and 'd8f83de5204562e9c23bd329d59d35006de0f0f8'
Diffstat (limited to 'packages/python/python-simplejson_1.7.1.bb')
-rw-r--r--packages/python/python-simplejson_1.7.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/python/python-simplejson_1.7.1.bb b/packages/python/python-simplejson_1.7.1.bb
index 129f4fb9eb..67270f2df1 100644
--- a/packages/python/python-simplejson_1.7.1.bb
+++ b/packages/python/python-simplejson_1.7.1.bb
@@ -3,14 +3,13 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
-DEPENDS = "python-setuptools"
# python-netserver is needed for cgi stuff
# python-zlib is needed to unpack egg created by setuptools
RDEPENDS = "python-core python-re python-io python-netserver python-zlib"
SRCNAME = "simplejson"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
-inherit distutils
+inherit setuptools