commit: 47ca23ba8e3eb4b34bd38df9b759a9325cd6e279 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 13:23:20 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 13:23:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ca23ba
dev-python/openapi-spec-validator: Fix patch path Closes: https://bugs.gentoo.org/869692 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/openapi-spec-validator/openapi-spec-validator-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.1.ebuild b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.1.ebuild index 058e1fc7c0ec..05ad851617ad 100644 --- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.1.ebuild +++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.5.1.ebuild @@ -37,7 +37,7 @@ RDEPEND=" PATCHES=( # https://github.com/p1c2u/openapi-spec-validator/pull/174 - "${FILESDIR}/${P}-std-importlib.patch" + "${FILESDIR}/${PN}-0.5.0-std-importlib.patch" ) distutils_enable_tests pytest
