pkgsrc-WIP-changes archive

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

synapse: Add missing dependency



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sun Mar 22 21:53:19 2020 +0100
Changeset:	793a1f67aa07d7e21e0e89d5858e66feaabeda4e

Modified Files:
	synapse/Makefile

Log Message:
synapse: Add missing dependency

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

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

diffstat:
 synapse/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/synapse/Makefile b/synapse/Makefile
index 28be73abc2..5c98fb3fc7 100644
--- a/synapse/Makefile
+++ b/synapse/Makefile
@@ -13,6 +13,7 @@ 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:../../wip/py-frozendict
 DEPENDS+=	${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../wip/py-unpaddedbase64


Home | Main Index | Thread Index | Old Index