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@gentoo.org>
This commit is contained in:
Sam James
2024-11-11 12:57:03 +00:00
parent ca2ad98ffb
commit 5ad932f8be

View File

@@ -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