conditional definition of python_module #621

Closed
opened 2025-12-29 01:25:42 +01:00 by mcepl · 0 comments
Owner

Why do we have these lines all over all distros?

%{?!python_module:%define python_module() python3-%{**}}

Do we still need them?

Update
It looks like it's not needed anymore, we can start to get rid of it


Checklist: TODO

Why do we have these lines all over all distros? ``` %{?!python_module:%define python_module() python3-%{**}} ``` Do we still need them? **Update** It looks like it's not needed anymore, we can start to get rid of it --- ### Checklist: TODO - [x] Remove this line from py2pack generate https://github.com/openSUSE/py2pack/pull/166 - [x] Add warning to rpmlint https://github.com/rpm-software-management/rpmlint/pull/954
mcepl closed this issue 2025-12-29 01:25:42 +01:00
dgarcia added this to the openSUSE Python project 2026-01-09 08:25:37 +01:00
dgarcia removed this from the openSUSE Python project 2026-01-09 08:27:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: python/_ObsPrj#621