aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pybluez/pybluez-2to3.patch
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2022-01-23 11:39:00 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-01-25 14:44:38 +0700
commitb1117f6da63d78603043050445a3fcb4c8db52fb (patch)
tree106ce3b1a71cc37d1d4f0400e324f86c428c2e2d /python/python3-pybluez/pybluez-2to3.patch
parentc55c421677c4ebc481b47b9024df42a32ee6fd9e (diff)
python/python3-pybluez: Added (Python BlueZ bindings)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pybluez/pybluez-2to3.patch')
-rw-r--r--python/python3-pybluez/pybluez-2to3.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/python/python3-pybluez/pybluez-2to3.patch b/python/python3-pybluez/pybluez-2to3.patch
new file mode 100644
index 0000000000..e15309db44
--- /dev/null
+++ b/python/python3-pybluez/pybluez-2to3.patch
@@ -0,0 +1,21 @@
+From 64ca3fd1568e56f2d0e1fe992f3a0f5ba57ea694 Mon Sep 17 00:00:00 2001
+From: Stephen Abraham <stephenabraham@tophatorbotics.com>
+Date: Mon, 13 Sep 2021 16:22:46 -0400
+Subject: [PATCH] Removed 2to3 command
+
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index c9de5c9..6a80b4e 100755
+--- a/setup.py
++++ b/setup.py
+@@ -127,7 +127,6 @@ def finalize_options(self):
+ license='GPL',
+ extras_require={'ble': ['gattlib']},
+ package_dir=package_dir,
+- use_2to3=True,
+ install_requires=install_requires,
+ package_data=package_data,
+ eager_resources=eager_resources,