pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-mako devel/py-mako: Fix missing dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2b743818bff
branches:  trunk
changeset: 440236:e2b743818bff
user:      js <js%pkgsrc.org@localhost>
date:      Sun Oct 04 17:30:51 2020 +0000

description:
devel/py-mako: Fix missing dependency

diffstat:

 devel/py-mako/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ea73341fe205 -r e2b743818bff devel/py-mako/Makefile
--- a/devel/py-mako/Makefile    Sun Oct 04 17:12:21 2020 +0000
+++ b/devel/py-mako/Makefile    Sun Oct 04 17:30:51 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2020/06/03 17:01:05 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/10/04 17:30:51 js Exp $
 
 DISTNAME=      Mako-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}
 
@@ -10,6 +11,7 @@
 COMMENT=       Hyperfast and lightweight templating for the Python platform
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index