pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-quickbooks



Module Name:    pkgsrc
Committed By:   darcy
Date:           Fri Mar 17 20:46:51 UTC 2017

Modified Files:
        pkgsrc/finance/py-quickbooks: Makefile

Log Message:
Add missing DEPENDS on devel/py-rauth.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-quickbooks/Makefile

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

Modified files:

Index: pkgsrc/finance/py-quickbooks/Makefile
diff -u pkgsrc/finance/py-quickbooks/Makefile:1.2 pkgsrc/finance/py-quickbooks/Makefile:1.3
--- pkgsrc/finance/py-quickbooks/Makefile:1.2   Fri Mar 17 08:42:37 2017
+++ pkgsrc/finance/py-quickbooks/Makefile       Fri Mar 17 20:46:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/03/17 08:42:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/17 20:46:51 darcy Exp $
 
 DISTNAME=      python-quickbooks-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-quickbooks-0.6.0
@@ -12,6 +12,8 @@ LICENSE=       mit
 
 USE_LANGUAGES=      # none
 
+DEPENDS+=       ${PYPKGPREFIX}-rauth>=0.7.3:../../devel/py-rauth
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index