pkgsrc-WIP-changes archive

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

matrix-synapse: Remove simplejson dependency



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sun Aug 16 17:11:55 2020 +0200
Changeset:	7e5604de08a6edc5bbcf33963f16c302449d397d

Modified Files:
	matrix-synapse/Makefile

Log Message:
matrix-synapse: Remove simplejson dependency

It is no longer needed since 1.18.0.

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

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

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

diffs:
diff --git a/matrix-synapse/Makefile b/matrix-synapse/Makefile
index 2c6239ef8a..2e353e92c7 100644
--- a/matrix-synapse/Makefile
+++ b/matrix-synapse/Makefile
@@ -13,7 +13,6 @@ HOMEPAGE=	https://github.com/matrix-org/synapse/
 COMMENT=	Reference homeserver for the Matrix decentralised comms protocol
 LICENSE=	apache-2.0
 
-DEPENDS+=	${PYPKGPREFIX}-simplejson:../../converters/py-simplejson
 DEPENDS+=	${PYPKGPREFIX}-jsonschema>=2.5.1:../../textproc/py-jsonschema
 DEPENDS+=	${PYPKGPREFIX}-frozendict>=1:../../devel/py-frozendict
 DEPENDS+=	${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../devel/py-unpaddedbase64


Home | Main Index | Thread Index | Old Index