Tut cannot be built with Python 3.7+ (#13341)

This commit is contained in:
Adam J. Stewart 2019-10-20 19:08:04 -05:00 committed by GitHub
parent 7f2aacfffc
commit 01e64886ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,10 @@ class Tut(WafPackage):
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):
args = []