mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user