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