python-setuptools[-native]: 0.6c8 -> 0.6c9
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 00:38:40 +0000 (00:38 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 00:38:40 +0000 (00:38 +0000)
packages/python/python-setuptools-native_0.6c9.bb [moved from packages/python/python-setuptools-native_0.6c8.bb with 100% similarity]
packages/python/python-setuptools_0.6c9.bb [moved from packages/python/python-setuptools_0.6c8.bb with 85% similarity]

similarity index 85%
rename from packages/python/python-setuptools_0.6c8.bb
rename to packages/python/python-setuptools_0.6c9.bb
index 5409c8a..179129e 100644 (file)
@@ -2,10 +2,10 @@ DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
 HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
 SECTION = "devel/python"
 PRIORITY = "optional"
-LICENSE = "MIT-like"
+LICENSE = "MIT"
 RDEPENDS = "python-distutils python-compression"
 SRCNAME = "setuptools"
-PR = "ml2"
+PR = "ml0"
 
 SRC_URI = "\
   http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\
@@ -18,3 +18,8 @@ inherit distutils
 do_install_prepend() {
     install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages
 }
+
+RDEPENDS = "\
+  python-distutils \
+  python-compression \
+"