Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .flake8

This file was deleted.

2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ On a Debian-like system you can do:
$ rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
$ python3.12 -m venv pyenv
$ ./pyenv/bin/pip install --upgrade pip setuptools wheel
$ ./pyenv/bin/pip install -r requirements.txt
$ ./pyenv/bin/pip install --upgrade sel4-deps

If you do not have Python 3.12 available, you can get it via the
*deadsnakes* PPA: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
Expand Down
2 changes: 1 addition & 1 deletion ci/install_ubuntu_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sudo apt-get install -qq \

python3.12 -m venv pyenv
./pyenv/bin/pip install --upgrade pip setuptools wheel
./pyenv/bin/pip install -r requirements.txt
./pyenv/bin/pip install --upgrade sel4-deps
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
);

python = pkgs.python312;
# sel4-deps
pythonPackages = python.withPackages (ps: [
ps.mypy
ps.black
ps.flake8
ps.ply
ps.jinja2
ps.pyaml
Expand Down
23 changes: 0 additions & 23 deletions mypy.ini

This file was deleted.

13 changes: 0 additions & 13 deletions requirements.txt

This file was deleted.

Loading