Blame SOURCES/00133-skip-test_dl.patch

8db7d0
diff -up Python-2.7.2/Lib/test/test_dl.py.skip-test_dl Python-2.7.2/Lib/test/test_dl.py
8db7d0
--- Python-2.7.2/Lib/test/test_dl.py.skip-test_dl	2011-09-08 15:18:40.529034289 -0400
8db7d0
+++ Python-2.7.2/Lib/test/test_dl.py	2011-09-08 16:29:45.184742670 -0400
8db7d0
@@ -13,6 +13,9 @@ sharedlibs = [
8db7d0
     ('/usr/lib/libc.dylib', 'getpid'),
8db7d0
     ]
8db7d0
 
8db7d0
+# (also, "dl" is deprecated in favor of ctypes)
8db7d0
+@unittest._skipInRpmBuild('fails on 64-bit builds: '
8db7d0
+    'module dl requires sizeof(int) == sizeof(long) == sizeof(char*)')
8db7d0
 def test_main():
8db7d0
     for s, func in sharedlibs:
8db7d0
         try: