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 /math/py-rpy/Makefile | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r-- | math/py-rpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index f7e96b2db7a..7f01477a859 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2021/12/17 10:15:20 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2021/12/30 13:05:38 adam Exp $ DISTNAME= rpy2-3.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} @@ -33,7 +33,6 @@ LDFLAGS.SunOS+= -mimpure-text REPLACE_PYTHON= rpy/tests.py PYTHON_VERSIONS_INCOMPATIBLE= 27 -PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy .include "../../devel/pcre2/buildlink3.mk" .include "../../lang/python/application.mk" |