pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-keyring Add a build dependency on py-hgtools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb15addf9ee1
branches:  trunk
changeset: 646498:eb15addf9ee1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 09 18:55:45 2015 +0000

description:
Add a build dependency on py-hgtools.
Seems to be needed, at least sometimes.

diffstat:

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

diffs (18 lines):

diff -r e8eaae9775bb -r eb15addf9ee1 security/py-keyring/Makefile
--- a/security/py-keyring/Makefile      Mon Feb 09 18:53:11 2015 +0000
+++ b/security/py-keyring/Makefile      Mon Feb 09 18:55:45 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/02/08 16:38:18 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/02/09 18:55:45 wiz Exp $
 
 DISTNAME=      keyring-5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@
 COMMENT=       Store and access your passwords safely
 LICENSE=       python-software-foundation
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hgtools>=5.0:../../devel/py-hgtools
+
 REPLACE_PYTHON+=       keyring/cli.py
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index