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:
Francois Perrad
2019-08-01 12:19:10 +02:00
committed by Thomas Petazzoni
parent 2174355059
commit 0b32cd888e
4 changed files with 4 additions and 3 deletions

View File

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