diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-11-02 15:12:40 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-11-02 15:12:40 +0000 |
| commit | 660c8aa42f6e1c838eb32f58993322c7e03c6bd0 (patch) | |
| tree | 9508c265bd9db632b20a57c8efbc334efdca144f /packaging | |
| parent | packaging/macosx: include pySerial (for HPGL plotting) in application bundle; (diff) | |
| download | inkscape-660c8aa42f6e1c838eb32f58993322c7e03c6bd0.tar.gz inkscape-660c8aa42f6e1c838eb32f58993322c7e03c6bd0.zip | |
packaging/macosx: revert change included in last commit by mistake (py-reportlab is not required)
(bzr r14443)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-app.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index d9e317bed..d4bfee285 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -497,8 +497,6 @@ if [ ${add_python} = "true" ]; then $cp_cmd -RL "$packages_path/../../../share/pygtk" "$pkgshare" $cp_cmd -RL "$packages_path/pygtk.pth" "$pkgpython" $cp_cmd -RL "$packages_path/pygtk.py" "$pkgpython" - # ReportLab (for inkscape-hocrpdf, experimental) - $cp_cmd -RL "$packages_path/reportlab" "$pkgpython" # cleanup python modules find "$pkgpython" -name *.pyc -print0 | xargs -0 rm -f find "$pkgpython" -name *.pyo -print0 | xargs -0 rm -f |
