python-deps: add cmake-style

This commit is contained in:
Anna Lyons
2019-03-21 16:56:59 +11:00
parent 5a2ca7fe82
commit dad3b8ba56

View File

@@ -37,12 +37,13 @@ DEPS = [
'pexpect',
'pyaml',
'jsonschema',
'pyfdt'
'pyfdt',
'cmake-style'
]
setup(
name='sel4-deps',
version='0.1.4',
version='0.2.0',
description='Metapackage for downloading build dependencies for the seL4 microkernel',
url="https://sel4.systems",
licence='BSD2',