mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/luaposix: bump to version 34.1.1
the module std.normalize is no longer a dependency Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2174355059
commit
0b32cd888e
@@ -39,6 +39,7 @@ class TestLuaLuaPosix(TestLuaBase):
|
||||
self.module_test("posix.time")
|
||||
self.module_test("posix.unistd")
|
||||
self.module_test("posix.utime")
|
||||
self.module_test("posix")
|
||||
|
||||
|
||||
class TestLuajitLuaPosix(TestLuaBase):
|
||||
@@ -79,3 +80,4 @@ class TestLuajitLuaPosix(TestLuaBase):
|
||||
self.module_test("posix.time")
|
||||
self.module_test("posix.unistd")
|
||||
self.module_test("posix.utime")
|
||||
self.module_test("posix")
|
||||
|
||||
Reference in New Issue
Block a user