diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
commit | 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch) | |
tree | ba4b2b7073fa0770abcbf886b141067686318df9 /devel/py-ipython | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index e148f7f5f11..f5dc6896dca 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2021/12/10 09:06:13 adam Exp $ +# $NetBSD: Makefile,v 1.68 2021/12/30 13:05:30 adam Exp $ DISTNAME= ipython-7.30.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -28,7 +28,7 @@ DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX} && \ |