[python-dateutil] small patch change

Jef Spaleta jspaleta at fedoraproject.org
Thu Sep 15 17:38:20 UTC 2011


commit 76da3f12904359b671ddf35aac9aa189811c12a5
Author: Jef Spaleta <jspaleta at fedoraproject.org>
Date:   Thu Sep 15 09:38:03 2011 -0800

    small patch change

 python-dateutil-1.5-system-zoneinfo.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-dateutil-1.5-system-zoneinfo.patch b/python-dateutil-1.5-system-zoneinfo.patch
index 08f0f8d..2f909dc 100644
--- a/python-dateutil-1.5-system-zoneinfo.patch
+++ b/python-dateutil-1.5-system-zoneinfo.patch
@@ -5,7 +5,7 @@ diff -up python-dateutil-1.5/dateutil/zoneinfo/__init__.py\~ python-dateutil-1.5
  
  CACHE = []
  CACHESIZE = 10
-+USE_SYSTEM_ZONEINFO = False # XXX configure at build time
++USE_SYSTEM_ZONEINFO = True # XXX configure at build time
  
  class tzfile(tzfile):
      def __reduce__(self):


More information about the scm-commits mailing list