mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
20 lines
574 B
Plaintext
20 lines
574 B
Plaintext
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -1659,7 +1659,7 @@
|
|
|
|
|
|
# Platform-specific libraries
|
|
- if host_platform == 'linux2':
|
|
+ if False:
|
|
# Linux-specific modules
|
|
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
|
|
else:
|
|
@@ -1787,7 +1787,6 @@
|
|
self.extensions.extend(exts)
|
|
|
|
# Call the method for detecting whether _tkinter can be compiled
|
|
- self.detect_tkinter(inc_dirs, lib_dirs)
|
|
|
|
if '_tkinter' not in [e.name for e in self.extensions]:
|
|
missing.append('_tkinter')
|