mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
python-deps: bump cmake-format and autopep8
As decided at the most recent TSC meeting, bump cmake format to the latest version. This will change/break style in many of the existing cmake files, but pinning pyyaml to < 6 is not a long-term option. Also bump patch version of autopep8, which should not lead to style changes. Bump overall sel4-deps version because the cmake-format change is incompatible. Version 0.6.0 was not published because of the pyyaml pinning/downgrade. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
committed by
Indan Zupancic
parent
acbe30b507
commit
c9d81228bd
@@ -8,4 +8,4 @@ seL4 Python Dependency Metapackage
|
||||
##################################
|
||||
|
||||
An empty package depending on all the python packages required to build the seL4
|
||||
microkernel, its manual, and proofs.
|
||||
microkernel and its manual.
|
||||
|
||||
@@ -35,18 +35,18 @@ DEPS = [
|
||||
'pyelftools',
|
||||
'sh',
|
||||
'pexpect',
|
||||
'pyyaml>=5.1,<6',
|
||||
'pyyaml>=5.1',
|
||||
'jsonschema',
|
||||
'pyfdt',
|
||||
'cmake-format==0.4.5',
|
||||
'cmake-format==0.6.13',
|
||||
'guardonce',
|
||||
'autopep8==2.3.1',
|
||||
'autopep8==2.3.2',
|
||||
'libarchive-c',
|
||||
]
|
||||
|
||||
setup(
|
||||
name='sel4-deps',
|
||||
version='0.6.0',
|
||||
version='0.7.0',
|
||||
description='Metapackage for downloading build dependencies for the seL4 microkernel',
|
||||
long_description="""
|
||||
This meta package depends on all python packages you need to build the seL4 microkernel and manual.
|
||||
|
||||
Reference in New Issue
Block a user