Skip to content

Commit 9f482e4

Browse files
committed
luarocks: removed dependencies config.
1 parent 02efe4a commit 9f482e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lua-resty-balancer-0.02rc5-0.rockspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ description = {
1212
maintainer = "Yichun Zhang (agentzh) <[email protected]>",
1313
}
1414

15-
dependencies = {
16-
"lua >= 5.1",
17-
}
18-
1915
build = {
2016
type = "builtin",
2117
modules = {
2218
["librestychash"] = {"chash.c"},
19+
2320
["resty.chash"] = "lib/resty/chash.lua",
2421
["resty.roundrobin"] = "lib/resty/roundrobin.lua",
2522
}

0 commit comments

Comments
 (0)