pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pandas py-pandas: fix BUILDLINK_API_DEPENDS fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8d348dc935d
branches:  trunk
changeset: 376569:f8d348dc935d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 09 21:33:50 2022 +0000

description:
py-pandas: fix BUILDLINK_API_DEPENDS for py-numpy

diffstat:

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

diffs (17 lines):

diff -r cc443aa07690 -r f8d348dc935d math/py-pandas/Makefile
--- a/math/py-pandas/Makefile   Sat Apr 09 21:16:21 2022 +0000
+++ b/math/py-pandas/Makefile   Sat Apr 09 21:33:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2022/01/04 20:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/04/09 21:33:50 gutteridge Exp $
 
 DISTNAME=      pandas-1.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,6 +31,6 @@
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
-BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.16.5
+BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.16.5
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index