summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-xarray/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-xarray/Makefile b/math/py-xarray/Makefile
index dd5fdde0ffa..cd375d82904 100644
--- a/math/py-xarray/Makefile
+++ b/math/py-xarray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/21 18:14:21 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/21 21:10:49 minskim Exp $
DISTNAME= xarray-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,8 +13,9 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandads
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"