ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / dunamai / patches / 01-no-ruff.patch
blobebc9cee20b08616960a4452c9fe9c129b90eeb3d
1 We have no ruff support yet.
2 see https://github.com/tikv/jemallocator/issues/58
4 --- dunamai-1.22.0/pyproject.toml.orig
5 +++ dunamai-1.22.0/pyproject.toml
6 @@ -37,7 +37,6 @@
8 black = { version = "22.1.0", python = "^3.7" }
9 mypy = { version = "^0.982", python = "^3.7" }
10 -ruff = {version = "^0.0.272", python = "^3.7"}
11 argparse-manpage = {version = "^4.6", python = ">=3.7"}
13 [tool.poetry.scripts]