commit: fb699dd05302e96d703011e4d6e2f8ba84cc9260 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 5 07:12:07 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 5 07:21:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb699dd0
dev-python/oslo-utils: Fix installing stray .pyc files Closes: https://bugs.gentoo.org/863707 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../oslo-utils/{oslo-utils-6.0.0.ebuild => oslo-utils-6.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild similarity index 95% rename from dev-python/oslo-utils/oslo-utils-6.0.0.ebuild rename to dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild index c5ae6d386410..1baf242759e5 100644 --- a/dev-python/oslo-utils/oslo-utils-6.0.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild @@ -54,7 +54,7 @@ src_prepare() { python_compile() { distutils-r1_python_compile if ! has "${EPYTHON}" python3.{8..9}; then - find "${BUILD_DIR}"/install -name '*eventletutils*.py' -delete || die + find "${BUILD_DIR}"/install -name '*eventletutils*' -delete || die fi }
