pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jan 14 12:14:06 UTC 2021

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

Log Message:
(graphics/py-matplotlib) Add DEPENDS+= py*-certifi-[0-9]*, fixing build


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/py-matplotlib/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-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.61 pkgsrc/graphics/py-matplotlib/Makefile:1.62
--- pkgsrc/graphics/py-matplotlib/Makefile:1.61 Sun Jan 10 20:27:33 2021
+++ pkgsrc/graphics/py-matplotlib/Makefile      Thu Jan 14 12:14:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2021/01/10 20:27:33 adam Exp $
+# $NetBSD: Makefile,v 1.62 2021/01/14 12:14:06 mef Exp $
 
 DISTNAME=      matplotlib-3.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-cycler>=0.10:..
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-kiwisolver>=1.0.1:../../math/py-kiwisolver
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=2.2.0:../../devel/py-pyparsing
+DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index