ruby-iruby: actually do not support Python 3.7
This commit is contained in:
parent
370001bb67
commit
8f4aab7b3b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2022/02/04 12:42:34 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2022/02/04 13:39:10 adam Exp $
|
||||
|
||||
DISTNAME= iruby-0.7.0
|
||||
PKGREVISION= 1
|
||||
|
@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 37
|
||||
|
||||
RUBYGEM_OPTIONS+= --format-executable
|
||||
|
||||
|
|
Loading…
Reference in a new issue