pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-rpy Add py-sqlite3 dependency. Fixes last issu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ebc29e2fbc5
branches:  trunk
changeset: 649880:8ebc29e2fbc5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 12 10:04:08 2015 +0000

description:
Add py-sqlite3 dependency. Fixes last issue from PR 49817.
Bump PKGREVISION.

diffstat:

 math/py-rpy/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 022c5e11a8b4 -r 8ebc29e2fbc5 math/py-rpy/Makefile
--- a/math/py-rpy/Makefile      Sun Apr 12 10:03:02 2015 +0000
+++ b/math/py-rpy/Makefile      Sun Apr 12 10:04:08 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2015/04/10 08:41:42 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2015/04/12 10:04:08 wiz Exp $
 
 DISTNAME=      rpy2-2.5.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math python
 MASTER_SITES=  https://pypi.python.org/packages/source/r/rpy2/
 
@@ -11,6 +11,8 @@
 COMMENT=       R interface for Python
 LICENSE=       mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1
 
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
 USE_LANGUAGES+=                c fortran77
 
 BUILDLINK_API_DEPENDS.R+= R>=2.11.0



Home | Main Index | Thread Index | Old Index