Since python-gdal is only recommended, dropping it without removing the Python 2 support entirely should be sufficient.

I've uploaded an NMU doing that to DELAYED/5, see the attached debdiff for details.

Kind Regards,

Bas
diff -Nru python-networkx-2.2/debian/changelog python-networkx-2.2/debian/changelog
--- python-networkx-2.2/debian/changelog	2018-11-23 23:21:28.000000000 +0100
+++ python-networkx-2.2/debian/changelog	2019-11-05 10:43:48.000000000 +0100
@@ -1,3 +1,11 @@
+python-networkx (2.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python-gdal (build) dependencies.
+    (closes: #932679)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Tue, 05 Nov 2019 10:43:48 +0100
+
 python-networkx (2.2-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-networkx-2.2/debian/control python-networkx-2.2/debian/control
--- python-networkx-2.2/debian/control	2018-11-23 23:21:28.000000000 +0100
+++ python-networkx-2.2/debian/control	2019-11-05 10:43:06.000000000 +0100
@@ -15,7 +15,6 @@
                      python-ipykernel,
                      python-decorator (>= 4.3.0),
                      python3-decorator (>= 4.3.0),
-                     python-gdal,
                      python-matplotlib,
                      python-nb2plots,
                      python-nbformat,
@@ -53,8 +52,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          python-pkg-resources,
-Recommends: python-gdal,
-            python-matplotlib,
+Recommends: python-matplotlib,
             python-numpy,
             python-pygraphviz | python-pydot,
             python-scipy,

Reply via email to