From: Guido van Rossum Date: Thu, 13 Feb 2003 16:12:21 +0000 (+0000) Subject: Re-enable compiling ossaudiodev now that it seems to work again. X-Git-Tag: v2.3c1~1867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c016a9590b3da47f19420d0616e0c72cae19abf;p=thirdparty%2FPython%2Fcpython.git Re-enable compiling ossaudiodev now that it seems to work again. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 5ce2bc8d1676..c60e8242081e 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -593,7 +593,6 @@ _expectations = { test_largefile test_nis test_ntpath - test_ossaudiodev test_socketserver test_sunaudiodev test_unicode_file diff --git a/setup.py b/setup.py index 28fbb77bd5c5..01b87ebeb663 100644 --- a/setup.py +++ b/setup.py @@ -745,7 +745,7 @@ class PyBuildExt(build_ext): if platform in ('linux2', 'freebsd4'): # ossaudiodev currently doesn't work, so don't build. pass -## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) + exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': # SunOS specific modules