libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / python / python-setuptools_0.6c9.bb
blobd2682bbed6158d7792855673097ab2c591c98cb6
1 DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
2 HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
3 SECTION = "devel/python"
4 PRIORITY = "optional"
5 LICENSE = "MIT"
6 SRCNAME = "setuptools"
7 PR = "ml1"
9 SRC_URI = "\
10 http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\
11 file://fix-log-usage.patch \
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
15 inherit distutils
17 do_install_prepend() {
18 install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages
21 RDEPENDS_${PN} = "\
22 python-distutils \
23 python-compression \
26 SRC_URI[md5sum] = "3864c01d9c719c8924c455714492295e"
27 SRC_URI[sha256sum] = "e6190497301b6cb1484b9e6173723452c8df1b4cd9ea97af75c9589b1c34b3d8"