rpminspect: Ignore the rpmdeps for libpython test

This commit is contained in:
Charalampos Stratakis 2023-07-20 16:20:54 +02:00 committed by root
parent f7f82d8631
commit 540e50d458
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
277e64612df80a1fe9c05a33f69928f5de18f5fb SQLAlchemy-1.3.2.tar.gz

View File

@ -5,3 +5,9 @@ debuginfo:
- /usr/lib*/python*/site-packages/sqlalchemy/cprocessors.so
- /usr/lib*/python*/site-packages/sqlalchemy/cresultproxy.so
- /usr/lib*/python*/site-packages/sqlalchemy/cutils.so
# In a modular build rpminspect confuses the python2-libs for a
# subpackage of sqlalchemy. Ignore this check.
rpmdeps:
ignore:
requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$