Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python3.11 (3.11.2-6+pexip24u12+deb12u5) pexip; urgency=medium

* Change site customize patch to use pexproduct instead of si.platform
directly.

-- Mark Hymers <mark.hymers@pexip.com> Wed, 05 Mar 2025 15:26:31 +0000

python3.11 (3.11.2-6+pexip24u11+deb12u5) pexip; urgency=medium

* New upstream release.
Expand Down
4 changes: 2 additions & 2 deletions debian/sitecustomize.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import sys
site.addsitedir('/opt/pexip/lib/python{}.{}/site-packages'.format(*sys.version_info[:2]))

try:
from si.apps.pexcrash.pycrash import PyCrash
from pexplatform.sitecustomize import install_handlers
except ImportError:
pass
else:
PyCrash.install_handler()
install_handlers()