dev-python/retworkx: fix CFLAGS/LDFLAGS QA notice

Closes: https://bugs.gentoo.org/836800
Closes: https://bugs.gentoo.org/836801
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-06 19:28:04 +02:00
parent d6e3b57ace
commit 9c10faa886

View File

@@ -99,6 +99,9 @@ RDEPEND=">=dev-python/numpy-1.16.0"
distutils_enable_tests pytest
# Libraries built with rust do not use CFLAGS and LDFLAGS.
QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/retworkx/retworkx.*\\.so"
python_test() {
# We have to hide the source code directory so tests
# do not use these, but instead the compiled library.