summaryrefslogtreecommitdiff
path: root/graphics/py-ggplot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-ggplot/Makefile')
-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 8a10e7a0e12..c32dc9e72e9 100644
--- a/graphics/py-ggplot/Makefile
+++ b/graphics/py-ggplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/04/07 08:16:37 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/30 13:05:33 adam 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= 36 27 # py-statsmodels py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-statsmodels py-pandas
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"