Skip to content

Use configured Python interpreter for generating dsc files - #265

Merged
giulianobelinassi merged 1 commit into
SUSE:masterfrom
openSUSE-Python:use-configured-python
Aug 14, 2026
Merged

Use configured Python interpreter for generating dsc files#265
giulianobelinassi merged 1 commit into
SUSE:masterfrom
openSUSE-Python:use-configured-python

Conversation

@mcepl

@mcepl mcepl commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

In Makefile.common, the %.dsc rule directly executes the offsets.py script, which relies on the system shebang. In environments where the python interpreter is explicitly configured (such as during packaging, cross-compilation, or in non-standard setups), this can bypass the selected Python interpreter.

In Makefile.common, the %.dsc rule directly executes the offsets.py
script, which relies on the system shebang. In environments where the
python interpreter is explicitly configured (such as during packaging,
cross-compilation, or in non-standard setups), this can bypass the
selected Python interpreter.

Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
@giulianobelinassi
giulianobelinassi merged commit ae738c2 into SUSE:master Aug 14, 2026
7 checks passed
@mcepl
mcepl deleted the use-configured-python branch August 14, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants