luacrypto: remove duplicate dependency on luainterpreter
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Mon, 2 Feb 2015 15:35:36 +0000 (16:35 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 23 Feb 2015 11:34:55 +0000 (12:34 +0100)
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>
package/luacrypto/luacrypto.mk

index 42e20afdf3f95fabfcd8da3ebb51279d8f6f0eee..b0e972c6292fc122104f54a142c86a82a5061049 100644 (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))