Fix cmake-format dep name

This commit is contained in:
Luke Mondy
2019-03-22 14:38:04 +11:00
parent f54e0ea541
commit 715e595193

View File

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