pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/matrix-synapse
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 29 14:10:25 UTC 2023
Modified Files:
pkgsrc/chat/matrix-synapse: options.mk
Log Message:
matrix-synapse: transitive closure for Python support
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/matrix-synapse/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/matrix-synapse/options.mk
diff -u pkgsrc/chat/matrix-synapse/options.mk:1.1 pkgsrc/chat/matrix-synapse/options.mk:1.2
--- pkgsrc/chat/matrix-synapse/options.mk:1.1 Tue Aug 29 14:09:08 2023
+++ pkgsrc/chat/matrix-synapse/options.mk Tue Aug 29 14:10:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2023/08/29 14:09:08 manu Exp $
+# $NetBSD: options.mk,v 1.2 2023/08/29 14:10:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.matrix-synapse
PKG_SUPPORTED_OPTIONS= saml2
@@ -10,6 +10,7 @@ PKG_SUGGESTED_OPTIONS= #
# Add SQLite 3 support
#
.if !empty(PKG_OPTIONS:Msaml2)
+PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-pysaml2
DEPENDS+= ${PYPKGPREFIX}-pysaml2-[0-9]*:../../www/py-pysaml2
DEPENDS+= ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
DEPENDS+= ${PYPKGPREFIX}-xmlschema-[0-9]*:../../textproc/py-xmlschema
Home |
Main Index |
Thread Index |
Old Index