ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / dunamai / patches / 03-no-argparse-manpage.patch
blob6d57e9164f8b40ebaacee50522652d6e4887aff4
1 This is not needed to run tests.
3 --- dunamai-1.22.0/pyproject.toml.orig
4 +++ dunamai-1.22.0/pyproject.toml
5 @@ -36,7 +36,6 @@
7 black = { version = "22.1.0", python = "^3.7" }
8 mypy = { version = "^0.982", python = "^3.7" }
9 -argparse-manpage = {version = "^4.6", python = ">=3.7"}
11 [tool.poetry.scripts]
12 dunamai = 'dunamai.__main__:main'