[oe-commits] org.oe.dev python-simplejson 1.7.1 it's a setuptools package, so why not inherit it?

mickeyl commit oe at amethyst.openembedded.net
Thu May 1 10:38:23 UTC 2008


python-simplejson 1.7.1 it's a setuptools package, so why not inherit it?

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 212ab031e33707ab289fca4bc893d1f946e6f8e6
ViewMTN: http://monotone.openembedded.org/revision/info/212ab031e33707ab289fca4bc893d1f946e6f8e6
Files:
1
packages/python/python-simplejson_1.7.1.bb
Diffs:

#
# mt diff -ra7f6cdfb8881a59cefd44f8e2267381b4173d301 -r212ab031e33707ab289fca4bc893d1f946e6f8e6
#
#
#
# patch "packages/python/python-simplejson_1.7.1.bb"
#  from [8890cca59935f213dfae3a402765e7bad90c9a89]
#    to [4abda6be3039a1c47c3bdc6c4c287078ff32fbe8]
#
============================================================
--- packages/python/python-simplejson_1.7.1.bb	8890cca59935f213dfae3a402765e7bad90c9a89
+++ packages/python/python-simplejson_1.7.1.bb	4abda6be3039a1c47c3bdc6c4c287078ff32fbe8
@@ -3,14 +3,13 @@ LICENSE = "MIT"
 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 setuptools
-inherit distutils






More information about the Openembedded-commits mailing list