commit:     4307ae5047240a1a5c4f5618624ca6bc496485e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 18:41:24 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 19:58:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4307ae50

dev-python/ruamel-yaml: Use distutils_write_namespace

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

 dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r1.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r1.ebuild
index 004d9aa196d3..a5c9a8fbd528 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r1.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21-r1.ebuild
@@ -52,9 +52,6 @@ python_test() {
 
        # this is needed to keep the tests working while
        # dev-python/namespace-ruamel is still installed
-       cat > "${BUILD_DIR}/install$(python_get_sitedir)"/ruamel/__init__.py 
<<-EOF || die
-               __path__ = __import__('pkgutil').extend_path(__path__, __name__)
-       EOF
+       distutils_write_namespace ruamel
        epytest
-       rm "${BUILD_DIR}/install$(python_get_sitedir)"/ruamel/__init__.py || die
 }

Reply via email to