python-installer: patch behavior for when script file exists
authorAlexandru Ardelean <[email protected]>
Tue, 24 Dec 2024 14:18:16 +0000 (16:18 +0200)
committerHannu Nyman <[email protected]>
Sat, 8 Nov 2025 09:21:38 +0000 (11:21 +0200)
commit9a5f1dc8a1cc5cf9c9163994189e62653c11c649
treeb2d488c50f09adae16c21236e1c2837a2d0c82cf
parent545e926fd14e7bf34433e8aaac73842970f767ec
python-installer: patch behavior for when script file exists

This seems to happen when re-triggering a build.
The destination path is already there, so this exception gets raised.

Another approach is to do 'make package/<python-package>/clean' and
re-trigger the build.
But that becomes annoying.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-installer/Makefile
lang/python/python-installer/patches/001-don-t-raise-error-if-file-exists.patch [new file with mode: 0644]