sel4-deps: bump autopep8 version
The version bump should be stable in code layout and fixes crashes on more recent python code. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
4b7c2a315f
commit
9d2f3cd0c2
1 changed files with 2 additions and 2 deletions
|
|
@ -35,13 +35,13 @@ DEPS = [
|
|||
'pyfdt',
|
||||
'cmake-format==0.4.5',
|
||||
'guardonce',
|
||||
'autopep8==1.4.3',
|
||||
'autopep8==2.3.1',
|
||||
'libarchive-c',
|
||||
]
|
||||
|
||||
setup(
|
||||
name='sel4-deps',
|
||||
version='0.4.0',
|
||||
version='0.5.0',
|
||||
description='Metapackage for downloading build dependencies for the seL4 microkernel',
|
||||
url="https://sel4.systems",
|
||||
licence='BSD2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue