From: Michael Lauer Date: Wed, 12 Jul 2006 12:12:34 +0000 (+0000) Subject: python-lxml 1.0.2 add DEPENDS X-Git-Tag: Release-2010-05/1~9453^2~1244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3dd55a8d04cf109ce752b14befdbaf6ccc404f;p=openembedded.git python-lxml 1.0.2 add DEPENDS --- diff --git a/packages/python/python-lxml_1.0.2.bb b/packages/python/python-lxml_1.0.2.bb index 4d5198b2d5..e36379fed9 100644 --- a/packages/python/python-lxml_1.0.2.bb +++ b/packages/python/python-lxml_1.0.2.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Python Bindings to the XML libraries libxml2 and libxslt" HOMEPAGE = "http://codespeak.net/lxml/" AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev" LICENSE = "BSD" +DEPENDS = "libxml2 libxslt" MAINTAINER = "Michael 'Mickey' Lauer " PR = "ml0"