commit:     9c10faa88620b320bf4cc88cde844a5bae0d49f9
Author:     Gábor Oszkár Dénes <gaboroszkar <AT> protonmail <DOT> com>
AuthorDate: Wed Apr  6 17:28:04 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 17:28:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c10faa8

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 <AT> protonmail.com>

 dev-python/retworkx/retworkx-0.11.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/retworkx/retworkx-0.11.0.ebuild 
b/dev-python/retworkx/retworkx-0.11.0.ebuild
index c941326a3..107fcce5f 100644
--- a/dev-python/retworkx/retworkx-0.11.0.ebuild
+++ b/dev-python/retworkx/retworkx-0.11.0.ebuild
@@ -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.

Reply via email to