appy.pod: allow to import SVG files (requires installing imagemagick).

This commit is contained in:
Gaetan Delannay 2012-01-24 17:04:40 +01:00
parent a1b048153f
commit 298ed34b5b
4 changed files with 30 additions and 11 deletions

View file

@ -21,7 +21,7 @@ class Debianizer:
def __init__(self, app, out, appVersion='0.1.0',
pythonVersions=('2.6', '2.7'),
depends=('zope2.12', 'openoffice.org')):
depends=('zope2.12', 'openoffice.org', 'imagemagick')):
# app is the path to the Python package to Debianize.
self.app = app
self.appName = os.path.basename(app)