Skip to content

Commit

Permalink
wheel.mk: sort wheelhouse requirement files to avoid duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Dec 3, 2024
1 parent f626555 commit 4ab716f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/spksrc.wheel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ ifneq ($(strip $(WHEELS)),)
$(MSG) "ERROR: File $$wheel does not exist" ; \
fi ; \
done
@for file in $$(ls -1 $(WHEELHOUSE)/requirements-*.txt) ; do \
sort -u -o $${file}{,} ; \
done
endif

# Build cross compiled wheels first, to fail fast.
Expand Down

0 comments on commit 4ab716f

Please sign in to comment.