From 1e6eb910352d0dcb94060c165fc4788374dd57a4 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 18 Jan 2016 21:07:45 +0100 Subject: [PATCH] [DEV] remove version of test --- lutin_exml-test.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lutin_exml-test.py b/lutin_exml-test.py index e747a0d..592d063 100644 --- a/lutin_exml-test.py +++ b/lutin_exml-test.py @@ -34,11 +34,5 @@ def create(target, module_name): 'test/main.cpp' ]) my_module.add_module_depend(['exml', 'gtest', 'test-debug']) - now = datetime.datetime.now() - versionID=str(now.year-2012)+"."+str(now.month)+"."+str(now.day) - # set the package properties : - my_module.pkg_set("VERSION", versionID) - my_module.pkg_set("SECTION", ["Development"]) - my_module.pkg_set("PRIORITY", "optional") return my_module