Remove usage of .whl file as Source of python packages #562
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We’ve detected some packages in Factory that are using the
.whlfile as source so there’s nothing in the%buildphase and the package is not being built in the OBS infrastructure.We need to fix those packages (when possible), and do not have any package that is not building. We should use the
.tar.gzfrom pypi and if the source dist is not provided there we should go for the upstream source.Checklist: Potential wrong packages
Trello Comments
Daniel García Moreno (2024-05-13):
For some of these packages I’ve used the https://github.com/openSUSE/obs-service-node_modules , but it’s not that simple for others.