ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / dunamai / patches / 02-no-pre-commit.patch
blob60a94e54ede1fcf18b3e8f7cc7243bb50415d046
1 pre-commit is not needed to run tests.
3 --- dunamai-1.22.0/pyproject.toml.orig
4 +++ dunamai-1.22.0/pyproject.toml
5 @@ -30,7 +30,6 @@
6 { version = "^7.2", python = "^3.7" },
7 { version = "^3.0", python = ">=3.5,<3.7" },
9 -pre-commit = { version = "^2.20", python = "^3.7" }
10 pytest-cov = [
11 { version = "^4.0", python = "^3.7" },
12 { version = "^2.6", python = ">=3.5,<3.7" },