mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
remove ldap packages installation via apt: not needed anymore
This commit is contained in:
parent
78be1880a6
commit
7256d9a4a9
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -18,14 +18,13 @@ check-poetry:
|
||||||
install-poetry: ## install or update poetry
|
install-poetry: ## install or update poetry
|
||||||
pip3 install -U poetry
|
pip3 install -U poetry
|
||||||
|
|
||||||
install: check-poetry ## install PyInventory via poetry
|
install: check-poetry ## install project via poetry
|
||||||
sudo apt install python3-ldap libldap2-dev libsasl2-dev
|
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
update: install-poetry ## update the sources and installation
|
update: install-poetry ## update the sources and installation
|
||||||
poetry update
|
poetry update
|
||||||
|
|
||||||
local-test: check-poetry ## Run local_test.py to run pyinventory_ynh locally
|
local-test: check-poetry ## Run local_test.py to run the project locally
|
||||||
poetry run ./local_test.py
|
poetry run ./local_test.py
|
||||||
|
|
||||||
local-diff-settings: ## Run "manage.py diffsettings" with local test
|
local-diff-settings: ## Run "manage.py diffsettings" with local test
|
||||||
|
|
Loading…
Reference in a new issue