control: tag -1 +patch

Hi,

Here's a patch.

Greetings
From a2dfc8434492368b4e299411c97f0f2aecab8e80 Mon Sep 17 00:00:00 2001
From: Alexandre Detiste <tc...@debian.org>
Date: Wed, 20 Dec 2023 10:54:16 +0100
Subject: [PATCH] fix FTBFS with Py3.12

---
 debian/control                                      | 3 ++-
 mbed_host_tests/host_tests_conn_proxy/conn_proxy.py | 2 --
 setup.py                                            | 3 +--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index ce84f24..ed7f0bc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
  doxygen,
  pandoc,
  python3-all,
- python3-future,
  python3-intelhex,
  python3-mbed-ls,
  python3-mock,
@@ -18,6 +17,7 @@ Build-Depends:
  python3-serial,
  python3-setuptools,
  python3-six,
+ python3-zombie-imp,
 Standards-Version: 4.6.0
 Homepage: https://github.com/ARMmbed/htrun
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mbed-host-tests
@@ -28,6 +28,7 @@ Package: python3-mbed-host-tests
 Architecture: all
 Depends:
  python3-pkg-resources,
+ python3-zombie-imp,
  ${misc:Depends},
  ${python3:Depends},
 Suggests:
diff --git a/mbed_host_tests/host_tests_conn_proxy/conn_proxy.py b/mbed_host_tests/host_tests_conn_proxy/conn_proxy.py
index ed70247..55c911e 100644
--- a/mbed_host_tests/host_tests_conn_proxy/conn_proxy.py
+++ b/mbed_host_tests/host_tests_conn_proxy/conn_proxy.py
@@ -16,8 +16,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 """
 
-from past.builtins import basestring
-
 import re
 import sys
 import uuid
diff --git a/setup.py b/setup.py
index 698a7d8..d538a58 100644
--- a/setup.py
+++ b/setup.py
@@ -57,5 +57,4 @@ setup(name='mbed-host-tests',
                         "PrettyTable>=0.7.2",
                         "requests",
                         "mbed-ls>=1.0.0",
-                        "intelhex",
-                        "future"])
+                        "intelhex"])
-- 
2.43.0

Reply via email to