pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py27-jinja2 try to wire up dependencies corre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91130aff723e
branches:  trunk
changeset: 377320:91130aff723e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 19 11:08:04 2022 +0000

description:
try to wire up dependencies correctly

diffstat:

 textproc/py27-jinja2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 66d812740926 -r 91130aff723e textproc/py27-jinja2/Makefile
--- a/textproc/py27-jinja2/Makefile     Tue Apr 19 11:07:18 2022 +0000
+++ b/textproc/py27-jinja2/Makefile     Tue Apr 19 11:08:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/19 11:07:18 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2022/04/19 11:08:04 tnn Exp $
 
 DISTNAME=      Jinja2-2.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,7 +12,7 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
-DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.23:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.23:../../textproc/py27-markupsafe
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index