[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-2-18-g61b8b91
Picca Frédéric-Emma?==?UTF-8?Q?nuel
picca at debian.org
Sun Mar 4 16:59:34 UTC 2012
The following commit has been merged in the master branch:
commit 61b8b91df42b4e6ed7c48cf3a0503bd46240c0c2
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sun Mar 4 17:59:23 2012 +0100
real fix for FTBFS on Hurd/KFreeBSD working also on python2.6
diff --git a/debian/patches/up_skip_multiprocessing_test_on_gnu b/debian/patches/up_skip_multiprocessing_test_on_gnu
index b3c2ad2..63b4ab2 100644
--- a/debian/patches/up_skip_multiprocessing_test_on_gnu
+++ b/debian/patches/up_skip_multiprocessing_test_on_gnu
@@ -15,7 +15,7 @@ Vendor: Debian
+ import platform as pl
+
+ if pl.system().lower() in ('gnu', 'gnu/kfreebsd'):
-+ raise common.SkipTest(
++ return common.SkipTest(
+ "multiprocessing module is not supported on Hurd/kFreeBSD")
# Create a relatively large table with Blosc level 9 (large blocks)
--
Packaging for pytables
More information about the debian-science-commits
mailing list