pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qgis: py-sip-qt5 is not directly needed at runtime



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Dec 1 20:47:19 2022 -0500
Changeset:	a99b94d655922273fcc0ffd66419b76a1c18210d

Modified Files:
	qgis/Makefile

Log Message:
qgis: py-sip-qt5 is not directly needed at runtime

Sip and qt5 is a maze of twisty passages, and while py-sip-qt5 must be
present, qgis only imports from py-qt5.  While py-qt5 needs py-sip-qt5
present, it depends on it.  qgis documentation does not list
py-sip-qt5 as a dependency.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a99b94d655922273fcc0ffd66419b76a1c18210d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qgis/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/qgis/Makefile b/qgis/Makefile
index 1845e54bb7..5be2dcf7fb 100644
--- a/qgis/Makefile
+++ b/qgis/Makefile
@@ -31,7 +31,6 @@ PLIST_SRC=		PLIST
 
 DEPENDS+=		qca2-qt5-ossl-[0-9]*:../../security/qca2-qt5-ossl
 TOOL_DEPENDS+=		${PYPKGPREFIX}-sip6-[0-9]*:../../wip/py-sip6
-TOOL_DEPENDS+=		${PYPKGPREFIX}-sip-qt5-[0-9]*:../../wip/py-sip-qt5
 TOOL_DEPENDS+=		${PYPKGPREFIX}-qt-builder-[0-9]*:../../wip/py-qt-builder
 DEPENDS+=		${PYPKGPREFIX}-qt5-[0-9]*:../../wip/py-qt5
 DEPENDS+=		${PYPKGPREFIX}-qt5-qscintilla-[0-9]*:../../wip/py-qt5-qscintilla


Home | Main Index | Thread Index | Old Index