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=f9f1dc24f720c143c2240df41fe5073b" SRC_URI[md5sum] = "88c75f4c73fc8f59c9ebb17495044f2f" SRC_URI[sha256sum] = "6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a" inherit setuptools pypi # DEPENDS_default: python-pip DEPENDS += " \ python-pip \ " # RDEPENDS_default: RDEPENDS_${PN} += " \ python-beautifulsoup4 \ python-cssselect \ "