-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
Description
For python3 packages on opensuse, all occurences of python- have to be replaced with python3. See
We could do a simple replace if the major version is 3, and on the other hand we can create py3 and p2 templates, e.g. templates/3/opensuse.spec and templates/2/opensuse.spec and we chose the version based on the python-version which is running py2pack in that moment.
What would be the preferred method?
I don't know how this is handled in Fedora.
Reactions are currently unavailable