diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-30 03:08:06 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-30 03:08:06 +0100 |
commit | 5b41f143a3956fbd9d3a2288e607e6aa8d8c3451 (patch) | |
tree | bd15b032cf9ee7e843c7b40c407a89c686f788d2 /debian | |
parent | 07eff011922affd5733814c13236fe149cd64fd1 (diff) | |
download | Chimère-5b41f143a3956fbd9d3a2288e607e6aa8d8c3451.tar.bz2 Chimère-5b41f143a3956fbd9d3a2288e607e6aa8d8c3451.zip |
Importer HTML-XSLT: retrieving and parsing of external website using an URL and XSLT files
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 71b2461..75e0526 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Depends: ${misc:Depends}, python-simplejson, python-django-south, python-pyexiv2, - python-feedparser + python-feedparser, + python-lxml Recommends: javascript-common, libjs-jquery, libjs-jquery-ui, |