aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-12 12:12:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-12 12:12:34 +0000
commit7c3dd55a8d04cf109ce752b14befdbaf6ccc404f (patch)
tree3e738c791e6ac2efd1373913f8f5e71e20bcdcd0 /packages/python
parente007a04801f5ea4420886c308318ff04fd6b9057 (diff)
downloadopenembedded-7c3dd55a8d04cf109ce752b14befdbaf6ccc404f.tar.gz
python-lxml 1.0.2 add DEPENDS
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-lxml_1.0.2.bb1
1 files changed, 1 insertions, 0 deletions
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 <mickey@Vanille.de>"
PR = "ml0"