rpminspect: Ignore the rpmdeps for libpython test
This commit is contained in:
parent
f7f82d8631
commit
540e50d458
1
.python-sqlalchemy.metadata
Normal file
1
.python-sqlalchemy.metadata
Normal file
@ -0,0 +1 @@
|
||||
277e64612df80a1fe9c05a33f69928f5de18f5fb SQLAlchemy-1.3.2.tar.gz
|
@ -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.*\(\)\(.*\)$
|
||||
|
Loading…
Reference in New Issue
Block a user