dev-python/tweedledum: Fix pre-stripped QA notice

Closes: https://bugs.gentoo.org/836802
Signed-off-by: Gábor Oszkár Dénes <gaboroszkar@protonmail.com>
This commit is contained in:
Gábor Oszkár Dénes
2022-04-10 20:45:58 +02:00
parent a9c91fab10
commit 78e27b835d

View File

@@ -25,6 +25,11 @@ BDEPEND="
distutils_enable_tests pytest
python_compile() {
local -x SKBUILD_CONFIGURE_OPTIONS="-DCMAKE_BUILD_TYPE=RelWithDebInfo"
distutils-r1_python_compile
}
python_test() {
epytest python/test
}