commit: 5ad932f8be75fbb0e40c9460fa7099e6018dc55c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 11 12:57:03 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 11 12:57:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad932f8
dev-python/libcst: fix pkg_setup distutils-r1_pkg_setup doesn't exist and no other inherited eclass exports pkg_setup, so just let it call rust_pkg_setup Closes: https://bugs.gentoo.org/943231 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/libcst/libcst-1.5.0-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/libcst/libcst-1.5.0-r1.ebuild b/dev-python/libcst/libcst-1.5.0-r1.ebuild index ef97ae4e765b..2eb6ef190406 100644 --- a/dev-python/libcst/libcst-1.5.0-r1.ebuild +++ b/dev-python/libcst/libcst-1.5.0-r1.ebuild @@ -160,11 +160,6 @@ distutils_enable_tests pytest QA_FLAGS_IGNORED="usr/lib/py.*/site-packages/libcst/native.*" -pkg_setup() { - distutils_r1_pkg_setup - rust_pkg_setup -} - python_test() { local EPYTEST_DESELECT=( # TODO
