summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-22 13:16:16 +0000
committerwiz <wiz>2016-08-22 13:16:16 +0000
commitcf66808cb3133f4a399bf05e1caace7b8b057492 (patch)
tree080a10ac82ae29ddd7c19117d4290211fb093415
parent3904db1f9b8673602274f4e41e3bd2883eeac343 (diff)
downloadpkgsrc-cf66808cb3133f4a399bf05e1caace7b8b057492.tar.gz
Add missing py-sqlite3 dependency. Bump PKGREVISION.
-rw-r--r--devel/py-hypothesis/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index fee45b2b978..638f95cc6e8 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -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 @@ HOMEPAGE= https://pypi.python.org/pypi/hypothesis/
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"