mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
tools: add autopep8 dependency
This commit is contained in:
@@ -39,12 +39,13 @@ DEPS = [
|
||||
'jsonschema',
|
||||
'pyfdt',
|
||||
'cmake-format',
|
||||
'guardonce'
|
||||
'guardonce',
|
||||
'autopep8'
|
||||
]
|
||||
|
||||
setup(
|
||||
name='sel4-deps',
|
||||
version='0.2.2',
|
||||
version='0.2.3',
|
||||
description='Metapackage for downloading build dependencies for the seL4 microkernel',
|
||||
url="https://sel4.systems",
|
||||
licence='BSD2',
|
||||
|
||||
Reference in New Issue
Block a user