commit: f3cd15cf127278b6e1c109e095cfe1c8df7a6376 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Mar 5 14:00:20 2024 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Mar 5 14:00:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cd15cf
dev-python/mkdocs-ansible: the omitted "update the patch" commit Oops. Closes: https://bugs.gentoo.org/926209 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> .../files/mkdocs-ansible-24.2.1-prune_deps.patch | 10 ++++++++++ dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dev-python/mkdocs-ansible/files/mkdocs-ansible-24.2.1-prune_deps.patch b/dev-python/mkdocs-ansible/files/mkdocs-ansible-24.2.1-prune_deps.patch new file mode 100644 index 000000000000..ecddf3a347b3 --- /dev/null +++ b/dev-python/mkdocs-ansible/files/mkdocs-ansible-24.2.1-prune_deps.patch @@ -0,0 +1,10 @@ +As of 24.2.1, no mention of pipdeptree anywhere in the actual code. + +--- a/.config/requirements.in ++++ b/.config/requirements.in +@@ -11,5 +11,4 @@ + mkdocstrings-python>=0.8.3 + mkdocstrings>=0.21.2 + pillow>=9.4.0 +-pipdeptree>=2.4.0 + pymdown-extensions>=9.9.2 diff --git a/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild b/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild index aaafa57282c1..34f274f4ed90 100644 --- a/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild +++ b/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild @@ -37,5 +37,5 @@ RDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-0.2.0-prune_deps.patch + "${FILESDIR}"/${PN}-24.2.1-prune_deps.patch )
