Commit d6117525 authored by sumpfralle's avatar sumpfralle

added dependency "rsvg" (for svg icons via gdkpixbufloader)


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1229 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 5e8390d8
......@@ -9,7 +9,7 @@ Homepage: http://sourceforge.net/projects/pycam/
Package: pycam
Architecture: all
Depends: python-gtk2, python-opengl (>>3.0.0~b6-3), python-gtkglext1,
Depends: python-gtk2, python-opengl (>>3.0.0~b6-3), python-gtkglext1, python-rsvg,
${misc:Depends}, ${python:Depends}
Recommends: python-pyode (>>1.2.0-3), python-psyco, python-setproctitle
Suggests: inkscape, pstoedit, qcad-data | librecad-data
......
# keysyms does not seem to be recognized by pyinstaller
# There will be exceptions after any keypress without this line.
hiddenimports = ["gtk.keysyms", "decimal", "uuid", "ConfigParser", "subprocess", "platform", "webbrowser", "OpenGL.GLUT"]
# rsvg is required for SVG icons (dynamically loaded on demand)
hiddenimports = ["gtk.keysyms", "rsvg"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment