pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-seaborn py-seaborn: add missing tool depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0827ccf2605
branches:  trunk
changeset: 389074:a0827ccf2605
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 29 22:17:53 2022 +0000

description:
py-seaborn: add missing tool dependency on py-flit_core

diffstat:

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

diffs (17 lines):

diff -r 7d7a7c62c874 -r a0827ccf2605 graphics/py-seaborn/Makefile
--- a/graphics/py-seaborn/Makefile      Tue Nov 29 22:14:05 2022 +0000
+++ b/graphics/py-seaborn/Makefile      Tue Nov 29 22:17:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/11/29 20:36:28 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/29 22:17:53 wiz Exp $
 
 DISTNAME=      seaborn-0.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       Statistical data visualization
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=3.6.2:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.25:../../math/py-pandas



Home | Main Index | Thread Index | Old Index