#1147299 python-seamicroclient: please patch-out usage of python3-mock

#1147299#5
Date:
2026-09-10 13:42:27 UTC
From:
To:
Dear Maintainer,

python3-mock is an obsolete package.
"mock" has been merge in the Python Standard Library a long time ago,
around the times of Python3.7



python-seamicroclient looks dead upsteam

Please apply this pseudo-patch on Debian


There is no defined timeline yet that says wether this should happen
before of after Forky is released.

Greetings

Alexandre



diff --git a/debian/control b/debian/control
index b82f11c..0a0f36a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Build-Depends-Indep:
  python3-fixtures,
  python3-iso8601,
  python3-keyring,
- python3-mock,
  python3-prettytable,
  python3-requests,
  python3-simplejson,
diff --git a/seamicroclient/tests/test_http.py b/seamicroclient/tests/test_http.py
index f86d8dc..c0fdf93 100644
--- a/seamicroclient/tests/test_http.py
+++ b/seamicroclient/tests/test_http.py
@@ -13,7 +13,7 @@

 import json