Skip to content

Commit

Permalink
chat/matrix-synapse: Add missing dependency for url_preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar committed Sep 10, 2020
1 parent d3a00c4 commit 48e08c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chat/matrix-synapse/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2020/09/04 21:18:36 js Exp $
# $NetBSD: Makefile,v 1.4 2020/09/10 21:57:27 js Exp $

DISTNAME= matrix-synapse-1.19.1
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
Expand Down Expand Up @@ -43,6 +43,7 @@ DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-bleach>=1.4.3:../../www/py-bleach
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml

USE_LANGUAGES= # none
USE_TOOLS+= perl:run
Expand Down

0 comments on commit 48e08c6

Please sign in to comment.