From d0d10f8fce849dc11bb15351d40393d558d42dcd Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Mon, 12 Nov 2018 20:13:02 +0100 Subject: [PATCH] debian packaging: add python-gdal dependency --- debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control.in b/debian/control.in index b37d124ebd0..42020fea1b8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -381,6 +381,7 @@ Section: python Provides: ${python:Provides} Depends: gdal-bin, + python-gdal, python3-gdal, python3-matplotlib, libqgis-customwidgets,