Revert "samba4-server: add missing dependencies libgcrypt"

This commit is contained in:
CN_SZTL 2019-10-01 10:35:12 +08:00
parent a30fff6825
commit 4b0fb7623e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -69,7 +69,7 @@ endef
define Package/samba4-server
$(call Package/samba4/Default)
TITLE+= server
DEPENDS:= +samba4-libs +libgcrypt
DEPENDS:= +samba4-libs
EXTRA_DEPENDS:=$(if $(CONFIG_SAMBA4_SERVER_AD_DC),python-crypto,)
endef