pkgsrc-WIP-changes archive

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

trac: added missing dependency to textproc/py-jinja2



Module Name:	pkgsrc-wip
Committed By:	Matthias Petermann <mp%petermann-it.de@localhost>
Pushed By:	mp
Date:		Fri Jul 24 17:42:53 2020 +0200
Changeset:	f92c88e13e85d18f31ff29f64fb8a7969abdf4bf

Modified Files:
	trac/Makefile

Log Message:
trac: added missing dependency to textproc/py-jinja2

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

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

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

diffs:
diff --git a/trac/Makefile b/trac/Makefile
index 0e9a8930cc..9ada59238f 100644
--- a/trac/Makefile
+++ b/trac/Makefile
@@ -19,6 +19,7 @@ LICENSE=	modified-bsd
 # that use the other.
 
 DEPENDS+=	${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi
+DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2
 
 USE_TOOLS+=	pax
 


Home | Main Index | Thread Index | Old Index