pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis Add missing py-sqlite3 dependency....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4f349a246c0
branches:  trunk
changeset: 351576:d4f349a246c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 13:16:16 2016 +0000

description:
Add missing py-sqlite3 dependency. Bump PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 4c3c21d5e534 -r d4f349a246c0 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Mon Aug 22 13:03:57 2016 +0000
+++ b/devel/py-hypothesis/Makefile      Mon Aug 22 13:16:16 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:49:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/22 13:16:16 wiz Exp $
 
 DISTNAME=      hypothesis-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
 
@@ -10,6 +11,8 @@
 COMMENT=       Python library for property based testing
 LICENSE=       mpl-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index