Bug#1064866: python-geopandas: please remove dependencies on obsolete libraries python3-six & python3-mock

Alexandre Detiste alexandre.detiste at gmail.com
Mon Feb 26 20:50:38 GMT 2024


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,



More information about the Pkg-grass-devel mailing list