Skip to content

Commit

Permalink
chore(main/python): Inform about the python 3.12 update in postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Oct 6, 2024
1 parent 6ec4f4d commit b95e006
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ termux_step_create_debscripts() {
echo
fi
if [ -d $TERMUX_PREFIX/lib/python3.11/site-packages ]; then
echo
echo "NOTE: The system python package has been updated to 3.12."
echo "NOTE: Run 'pkg upgrade' to update system python packages."
echo "NOTE: Packages installed using pip needs to be re-installed."
echo
fi
exit 0
POSTINST_EOF

Expand Down

0 comments on commit b95e006

Please sign in to comment.