commit: f1b37c0b76f52444a6fd47d4d401f724f7018e17 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 5 07:11:19 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 5 07:21:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b37c0b
dev-python/oslo-concurrency: Fix installing stray .pyc files Closes: https://bugs.gentoo.org/863704 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{oslo-concurrency-5.0.0.ebuild => oslo-concurrency-5.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild similarity index 94% rename from dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild rename to dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild index e51f8493591c..dc7ded7d9eb9 100644 --- a/dev-python/oslo-concurrency/oslo-concurrency-5.0.0.ebuild +++ b/dev-python/oslo-concurrency/oslo-concurrency-5.0.0-r1.ebuild @@ -41,7 +41,7 @@ distutils_enable_tests unittest python_compile() { distutils-r1_python_compile if ! has "${EPYTHON}" python3.{8..9}; then - find "${BUILD_DIR}"/install -name '*eventlet*.py' -delete || die + find "${BUILD_DIR}"/install -name '*eventlet*' -delete || die fi }
