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>
2015.08.x
Thomas De Schampheleire 2015-02-02 16:35:36 +01:00 committed by Thomas Petazzoni
parent c50b3ea11d
commit e9beb4aea5
1 changed files with 1 additions and 1 deletions

View File

@ -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))