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:
Gerwin Klein
2024-07-10 09:35:50 +10:00
parent 4b7c2a315f
commit 9d2f3cd0c2

View File

@@ -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',