From 7256d9a4a92370d4641f1313cd9a091ff277c25b Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 22 Dec 2020 18:45:12 +0100 Subject: [PATCH] remove ldap packages installation via apt: not needed anymore --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4bec259..2edd58a 100644 --- a/Makefile +++ b/Makefile @@ -18,14 +18,13 @@ check-poetry: install-poetry: ## install or update poetry pip3 install -U poetry -install: check-poetry ## install PyInventory via poetry - sudo apt install python3-ldap libldap2-dev libsasl2-dev +install: check-poetry ## install project via poetry poetry install update: install-poetry ## update the sources and installation 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 local-diff-settings: ## Run "manage.py diffsettings" with local test