Skip to content

Commit e4e967a

Browse files
committed
allow to use install module via luarocks
luarocks knows nothing about "tarantool". So it's reasonable to drop it at all from dependencies. See also tarantool/vshard@e2df019
1 parent 0008f95 commit e4e967a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crud-scm-1.rockspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ source = {
66
}
77

88
dependencies = {
9-
'tarantool',
10-
'lua >= 5.1',
9+
'lua ~> 5.1',
1110
'checks == 3.1.0-1',
1211
'errors == 2.1.3-1',
1312
'vshard == 0.1.16-1',

0 commit comments

Comments
 (0)