diff options
Diffstat (limited to 'packages/python/python-setuptools_0.6c9.bb')
-rw-r--r-- | packages/python/python-setuptools_0.6c9.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/python/python-setuptools_0.6c9.bb b/packages/python/python-setuptools_0.6c9.bb deleted file mode 100644 index 179129eb60..0000000000 --- a/packages/python/python-setuptools_0.6c9.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" -HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools" -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "MIT" -RDEPENDS = "python-distutils python-compression" -SRCNAME = "setuptools" -PR = "ml0" - -SRC_URI = "\ - http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ - file://fix-log-usage.patch;patch=1 \ -" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -do_install_prepend() { - install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages -} - -RDEPENDS = "\ - python-distutils \ - python-compression \ -" |