From 5ecf271ca079b48071a3b6f678c87d086375b7c7 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sun, 5 Aug 2018 11:42:07 +0200 Subject: [PATCH] fix dependencies of ansible meta package --- bundle/ansible/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/ansible/Makefile b/bundle/ansible/Makefile index 98803a4..029f2fb 100644 --- a/bundle/ansible/Makefile +++ b/bundle/ansible/Makefile @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ansible SECTION:=meta CATEGORY:=LILiK - DEPENDS:=+python +python3 +openssh-server +openssh-clients + DEPENDS:=+python +python3 +openssh-server +openssh-client +openssh-client-utils TITLE:=requirements to configure OpenWRT using ansible endef