luacrypto: remove duplicate dependency on luainterpreter
The luarocks package infrastructure already adds a dependency on luainterpreter, so it is not necessary to add it in luacrypto. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c50b3ea11d
commit
e9beb4aea5
@ -9,6 +9,6 @@ LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1
|
||||
LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM)
|
||||
LUACRYPTO_LICENSE = MIT
|
||||
LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
|
||||
LUACRYPTO_DEPENDENCIES = luainterpreter openssl
|
||||
LUACRYPTO_DEPENDENCIES = openssl
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
|
Loading…
Reference in New Issue
Block a user