mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
15 lines
413 B
Diff
15 lines
413 B
Diff
diff -Naur PyBluez-0.18/setup.py PyBluez-0.18.patch/setup.py
|
|
--- PyBluez-0.18/setup.py 2009-11-25 23:39:55.000000000 +0100
|
|
+++ PyBluez-0.18.patch/setup.py 2010-10-18 23:47:16.585821819 +0200
|
|
@@ -1,7 +1,9 @@
|
|
#!/usr/bin/env python
|
|
|
|
-from distutils.core import setup, Extension
|
|
+from setuptools import setup
|
|
+from setuptools.extension import Extension
|
|
from distutils.debug import DEBUG
|
|
+
|
|
import sys
|
|
import os
|
|
|