fix debian build: avoid pip install in externally managed environment
This commit is contained in:
parent
ef4c87b280
commit
e181fd6f20
2 changed files with 13 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -9,6 +9,9 @@ help: ## Show this help message
|
|||
install: ## Install deb-mock in development mode
|
||||
pip install -e .
|
||||
|
||||
debian-install: ## Install for Debian package build (no pip)
|
||||
@echo "Debian package build - installation handled by debian/rules"
|
||||
|
||||
install-dev: ## Install deb-mock with development dependencies
|
||||
pip install -e .
|
||||
pip install -r requirements-dev.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue