[oe-commits] Michael 'Mickey' Lauer : python-setuptools[-native]: 0.6c8 -> 0.6c9

GIT User account git at amethyst.openembedded.net
Wed Jan 14 00:39:52 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 6f25145ab702271fac182267ba3f604af00a6e27
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6f25145ab702271fac182267ba3f604af00a6e27

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 14 00:38:40 2009 +0000

python-setuptools[-native]: 0.6c8 -> 0.6c9

---

 ..._0.6c8.bb => python-setuptools-native_0.6c9.bb} |    0 
 ...uptools_0.6c8.bb => python-setuptools_0.6c9.bb} |    9 +++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packages/python/python-setuptools-native_0.6c8.bb b/packages/python/python-setuptools-native_0.6c9.bb
similarity index 100%
rename from packages/python/python-setuptools-native_0.6c8.bb
rename to packages/python/python-setuptools-native_0.6c9.bb
diff --git a/packages/python/python-setuptools_0.6c8.bb b/packages/python/python-setuptools_0.6c9.bb
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
--- a/packages/python/python-setuptools_0.6c8.bb
+++ b/packages/python/python-setuptools_0.6c9.bb
@@ -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 \
+"





More information about the Openembedded-commits mailing list