pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-seaborn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 29 22:17:53 UTC 2022

Modified Files:
        pkgsrc/graphics/py-seaborn: Makefile

Log Message:
py-seaborn: add missing tool dependency on py-flit_core


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-seaborn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-seaborn/Makefile
diff -u pkgsrc/graphics/py-seaborn/Makefile:1.10 pkgsrc/graphics/py-seaborn/Makefile:1.11
--- pkgsrc/graphics/py-seaborn/Makefile:1.10    Tue Nov 29 20:36:28 2022
+++ pkgsrc/graphics/py-seaborn/Makefile Tue Nov 29 22:17:53 2022
@@ -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 @@ HOMEPAGE=     https://seaborn.pydata.org/
 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