commit:     65589f45e5d650c174c43978c688cd7d52578fd7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 04:49:52 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 05:09:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65589f45

dev-python/translate-toolkit: Restore dift

Restore distutils_install_for_testing, that I've removed while testing
PEP517 build and forgot to put back.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild
index 9cd69adf39d2..184a3803dc7c 100644
--- a/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild
+++ b/dev-python/translate-toolkit/translate-toolkit-3.8.6.ebuild
@@ -73,6 +73,8 @@ python_test() {
                )
        fi
 
+       # translate/storage/test_mo.py needs 'pocompile'
+       distutils_install_for_testing
        epytest
 }
 

Reply via email to