scons: Revert limitation to python-2.x, does not help.

This commit is contained in:
wiz 2017-10-04 11:52:28 +00:00
parent 5533df9eeb
commit 92ecdbaf68

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.37 2017/10/03 22:21:10 wiz Exp $
# $NetBSD: Makefile,v 1.38 2017/10/04 11:52:28 wiz Exp $
DISTNAME= scons-3.0.0
CATEGORIES= devel
@ -12,10 +12,6 @@ LICENSE= mit
REPLACE_PYTHON+= script/scons script/scons-configure-cache
REPLACE_PYTHON+= script/scons-time script/sconsign
# scons-3.0.0 works with python-3.x, but not the many packages
# that have SConstruct files that only work with python-2.x
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"