tools: add guardonce python dependency

This commit is contained in:
Anna Lyons
2019-03-25 16:02:51 +11:00
parent 142bf9b127
commit 305b5f9c3d

View File

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