mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
python-deps: add cmake-style
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user