pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httpbin Add missing dependencies. Bump revision



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c5f37b51137
branches:  trunk
changeset: 369473:1c5f37b51137
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 21:29:50 2017 +0000

description:
Add missing dependencies. Bump revision

diffstat:

 www/py-httpbin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 888eea108ae0 -r 1c5f37b51137 www/py-httpbin/Makefile
--- a/www/py-httpbin/Makefile   Fri Sep 29 21:29:19 2017 +0000
+++ b/www/py-httpbin/Makefile   Fri Sep 29 21:29:50 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2017/08/31 08:44:34 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/29 21:29:50 joerg Exp $
 
 DISTNAME=      httpbin-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpbin/}
 
@@ -11,6 +12,8 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+DEPENDS+=      ${PYPKGPREFIX}-flask-common-[0-9]*:../../www/py-flask-common
+DEPENDS+=      ${PYPKGPREFIX}-Flask-Limiter-[0-9]*:../../www/py-flask-limiter
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous



Home | Main Index | Thread Index | Old Index