synapse: Add missing dependency

This commit is contained in:
Jonathan Schleifer 2020-03-22 21:53:19 +01:00
parent 8809ef0728
commit 793a1f67aa
No known key found for this signature in database
GPG Key ID: E2BCCE6B35E1AF8B
1 changed files with 1 additions and 0 deletions

View File

@ -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