pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-ggplot graphics/py-ggplot: Fix dependencies



details:   https://anonhg.NetBSD.org/pkgsrc/rev/621025bf9e20
branches:  trunk
changeset: 355429:621025bf9e20
user:      marino <marino%pkgsrc.org@localhost>
date:      Thu Dec 01 15:03:21 2016 +0000

description:
graphics/py-ggplot: Fix dependencies

The duplicate py-cycler package was deleted month ago ...

diffstat:

 graphics/py-ggplot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b3eb6c2a6e36 -r 621025bf9e20 graphics/py-ggplot/Makefile
--- a/graphics/py-ggplot/Makefile       Thu Dec 01 14:51:15 2016 +0000
+++ b/graphics/py-ggplot/Makefile       Thu Dec 01 15:03:21 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/15 07:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/01 15:03:21 marino Exp $
 
 DISTNAME=      ggplot-0.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@
 LICENSE=       2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl
-DEPENDS+=      ${PYPKGPREFIX}-cycler-[0-9]*:../../devel/py-cycler
+DEPENDS+=      ${PYPKGPREFIX}-cycler-[0-9]*:../../graphics/py-cycler
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy



Home | Main Index | Thread Index | Old Index