File pyrex-no-buildtime.patch of Package python-Pyrex

--- Pyrex-0.9.9/Pyrex/Compiler/ModuleNode.py	2010-04-08 08:07:41.000000000 -0400
+++ Pyrex-0.9.9-new/Pyrex/Compiler/ModuleNode.py	2010-11-03 13:35:54.000000000 -0400
@@ -300,7 +300,7 @@ class ModuleNode(Nodes.Node, Nodes.Block
     def generate_module_preamble(self, env, cimported_modules, code):
         comment = "Generated by Pyrex"
         if not testing_mode:
-            comment = "%s %s on %s" % (comment, Version.version, time.asctime())
+            comment = "%s %s" % (comment, Version.version)
         code.putln('/* %s */' % comment)
         code.putln('')
         code.putln('#define PY_SSIZE_T_CLEAN')
openSUSE Build Service is sponsored by