pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/rrdtool The Python bindings explicitly need ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05300609c025
branches:  trunk
changeset: 352030:05300609c025
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 04 16:54:13 2016 +0000

description:
The Python bindings explicitly need setuptools for the PLIST to match.
Noted by Joerg.

diffstat:

 databases/rrdtool/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 829399b7d25c -r 05300609c025 databases/rrdtool/options.mk
--- a/databases/rrdtool/options.mk      Sun Sep 04 12:40:24 2016 +0000
+++ b/databases/rrdtool/options.mk      Sun Sep 04 16:54:13 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/08/27 06:55:49 dholland Exp $
+# $NetBSD: options.mk,v 1.3 2016/09/04 16:54:13 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rrdtool
 PKG_SUPPORTED_OPTIONS= lua python tcl
@@ -30,6 +30,7 @@
 EGG_INFODIR?=          ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
 PLIST_SUBST+=          PYSITELIB=${PYSITELIB}
 PLIST_SUBST+=          EGG_INFODIR=${EGG_INFODIR}
+DEPENDS+=       ${PYPKGPREFIX}-setuptools>=0.8:../../devel/py-setuptools
 #.include "../../lang/python/egg.mk"
 
 .else # python



Home | Main Index | Thread Index | Old Index