Skip to content
Snippets Groups Projects
Unverified Commit 01e64886 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

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

parent 7f2aacff
Branches
Tags
No related merge requests found
......@@ -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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment