summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-07 08:16:37 +0000
committernia <nia@pkgsrc.org>2021-04-07 08:16:37 +0000
commit84c4639aaf5092ccde80aa6c039f75d27cdfb2c3 (patch)
tree1467d14bdcac3521737e431976c9edbb5eea2dbd /graphics
parent7138f6c63acade98ac72523c8b6d99bb7601550d (diff)
downloadpkgsrc-84c4639aaf5092ccde80aa6c039f75d27cdfb2c3.tar.gz
Unbreak bulk builds.
A dependency became incompatible with Python 3.6.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-ggplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-ggplot/Makefile b/graphics/py-ggplot/Makefile
index 19f44b56d1f..8a10e7a0e12 100644
--- a/graphics/py-ggplot/Makefile
+++ b/graphics/py-ggplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/06/17 20:27:16 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/07 08:16:37 nia Exp $
DISTNAME= ggplot-0.11.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,7 +23,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-statsmodels py-pandas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"