summaryrefslogtreecommitdiff
path: root/math/py-lmfit
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 /math/py-lmfit
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'math/py-lmfit')
-rw-r--r--math/py-lmfit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile
index 88d3def516e..3719026daed 100644
--- a/math/py-lmfit/Makefile
+++ b/math/py-lmfit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/17 07:49:34 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/30 13:05:36 adam Exp $
DISTNAME= lmfit-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scipy
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"