libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / python / python-xmpppy_0.5.0rc1.bb
blob1ae218091b8e0a601908076f615059aff99eeeb4
1 DESCRIPTION = "Library for handling xmpp with python"
2 HOMEPAGE = "http://sourceforge.net/projects/xmpppy/"
3 SECTION = "devel/python"
4 LICENSE = "GPL"
5 SOURCE = "xmpppy"
6 PR = "r0"
8 SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCE}/${SOURCE}-${PV}.tar.gz"
9 SRC_URI[md5sum] = "e0d2b3f9e4a278c163431e64adb0c861"
10 SRC_URI[sha256sum] = "519b025b3c9600c26c5805d0c612fe01e61330d2b9869f05c7c416c627820b9a"
12 S = "${WORKDIR}/${SOURCE}-${PV}"
14 inherit setuptools