From 05a5007590c77dba5bcdd1b4d047934ef2b1c8db Mon Sep 17 00:00:00 2001 From: Veence Date: Sat, 2 Dec 2017 10:08:32 +0100 Subject: [PATCH] qgis3: add py36-six dependency. Should fix #55451 --- gis/qgis3/Portfile | 1 + 1 file changed, 1 insertion(+) diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile index 9a225e449cc4a..ec992d6a59f43 100644 --- a/gis/qgis3/Portfile +++ b/gis/qgis3/Portfile @@ -101,6 +101,7 @@ configure.args-append "-DWITH_SERVER=FALSE" depends_lib-append port:python36 \ port:py36-pyqt5 \ port:py36-qscintilla-qt5 \ + port:py36-six \ port:qt5-qtwebkit \ port:qt5-qtscript \ port:qt5-sqlite-plugin \