summaryrefslogtreecommitdiff
path: root/graphics/py-ggplot
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /graphics/py-ggplot
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'graphics/py-ggplot')
-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"