Source: python-geopandas Version: 0.14.3-2 Severity: normal
Hi, GeoPandas does not needs "six" anymore and will prefer "unittest.mock" from the standard library over "mock". Please remove the stale dependencies from debian/control Greetings diff --git a/debian/control b/debian/control index e2b117d..29e9f85 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Build-Depends: debhelper-compat (= 13), python3-fiona, python3-geopy, python3-matplotlib, - python3-mock, python3-numpy, python3-numpydoc, python3-pandas, @@ -26,7 +25,6 @@ Build-Depends: debhelper-compat (= 13), python3-pytest, python3-rtree, python3-setuptools, - python3-six, python3-shapely, python3-sqlalchemy Standards-Version: 4.6.2 @@ -42,7 +40,6 @@ Depends: python3-fiona, python3-pandas, python3-pyproj, python3-shapely, - python3-six, ${python3:Depends}, ${misc:Depends} Recommends: python3-geopy,