diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 00:38:40 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 00:38:40 +0000 |
commit | 6f25145ab702271fac182267ba3f604af00a6e27 (patch) | |
tree | c6e02ad2b6080efe1c41107e222e73c88008e73c /packages | |
parent | 1ddd7b0f49aa84d4a3d61b4b857d261acac3875d (diff) |
python-setuptools[-native]: 0.6c8 -> 0.6c9
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-setuptools-native_0.6c9.bb (renamed from packages/python/python-setuptools-native_0.6c8.bb) | 0 | ||||
-rw-r--r-- | packages/python/python-setuptools_0.6c9.bb (renamed from packages/python/python-setuptools_0.6c8.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 index 0bbf9c32fc..0bbf9c32fc 100644 --- a/packages/python/python-setuptools-native_0.6c8.bb +++ b/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 index 5409c8a7bc..179129eb60 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 \ +" |