From 2fdfa2906971d76e8706c6b215d6cf9c2ecacbd8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 4 Jun 2014 09:23:14 -0400 Subject: cephclient: add supporting library python-lxml Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-lxml_3.3.5.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb b/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb new file mode 100644 index 0000000..0fcf152 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-lxml_3.3.5.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." +HOMEPAGE = "http://lxml.de/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=%LIC_MD5SUM%" + +PR = "r0" + +SRCNAME = "lxml" +SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f" +SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-beautifulsoup4 \ + python-cssselect \ + " -- cgit v1.2.3-54-g00ecf