Tut cannot be built with Python 3.7+ (#13341)
This commit is contained in:
parent
7f2aacfffc
commit
01e64886ac
@ -16,6 +16,10 @@ class Tut(WafPackage):
|
|||||||
|
|
||||||
patch('python3-octal.patch', when='@2016-12-19')
|
patch('python3-octal.patch', when='@2016-12-19')
|
||||||
|
|
||||||
|
# Python 3.7 support is currently broken
|
||||||
|
# https://github.com/mrzechonek/tut-framework/issues/18
|
||||||
|
depends_on('python@:3.6', type='build')
|
||||||
|
|
||||||
def build_args(self):
|
def build_args(self):
|
||||||
args = []
|
args = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user