Skip to content

Commit

Permalink
Run make update-python3-requirements in the dev container (again)
Browse files Browse the repository at this point in the history
Some packages, especially mod-wsgi, have dependencies on system packages
and cannot universally be run on the host.

Moving it back into the container will be a bit slower, but overall it
should still be noticibly faster than pre-uv.

Fixes #7245.
  • Loading branch information
legoktm committed Dec 20, 2024
1 parent 7601484 commit 75a9900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ update-admin-pip-requirements: ## Update admin requirements.
.PHONY: update-python3-requirements
update-python3-requirements: ## Update Python 3 requirements with pip-compile.
@echo "███ Updating Python 3 requirements files..."
@$(SDBIN)/update-requirements
@SLIM_BUILD=1 $(DEVSHELL) $(SDBIN)/update-requirements

.PHONY: update-pip-requirements
update-pip-requirements: update-admin-pip-requirements update-python3-requirements ## Update all requirements with pip-compile.
Expand Down

0 comments on commit 75a9900

Please sign in to comment.