From 793a1f67aa07d7e21e0e89d5858e66feaabeda4e Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 22 Mar 2020 21:53:19 +0100 Subject: [PATCH] synapse: Add missing dependency --- synapse/Makefile | 1 + 1 file changed, 1 insertion(+) 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