Closed jelly closed 5 years ago
I tried to make a test case to reproduce the issue, but unfortunately it just passes.
In case it's helpful for anyone who wants to work on this subject later: https://paste.xinu.at/tDi/
After more investigation, this works fine on our staging env. Where it has:
select * from packages_depend where name = 'qspectrumanalyzer';
id | name | version | comparison | description | deptype | pkg_id
---------+--------------+---------+------------+-------------+---------+--------
8760044 | python-qt.py | | | | D | 370402
And on our live instance this relation is missing, since reporead makes the relations it could be that it crashed / stopped halfway through.
Closing, unable to reproduce.
python-qt.py is required by qspectrumanalyzer but not listed in the python-qt.py page.