Source: python-seamicroclient Version: 0.4.0+2016.05.20.git.40ee44c664-8 Severity: normal
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 -import mock +from unittest import mock import requests

