Package: python3.1 Version: 3.1.2~rc1-2 Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version does not have enabled OSS support on GNU/kFreeBSD. Please use one-line patch bellow. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- setup.py +++ setup.py @@ -1208,7 +1208,7 @@ # Platform-specific libraries if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', - 'freebsd7', 'freebsd8'): + 'freebsd7', 'freebsd8') or platform.startswith("gnukfreebsd"): exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) else: missing.append('ossaudiodev') -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org