Skip to content

community/synapse: add missing dependency & transfer maintainership

jahway603 requested to merge jahway603/aports:synapse-fix into master

Synapse v 1.111.0 gives the following error

ERROR:root:Synapse 1.111.0 needs python-multipart, but it is not installed
Missing Requirements: "python-multipart"

After installing # apk add py3-python-multipart, there is no more error so added that to APKBUILD.

Merge request reports