summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh2
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