archlinux / archweb

Arch Linux website code
https://archlinux.org
GNU General Public License v2.0
326 stars 129 forks source link

Missing required by for python-qt.py #193

Closed jelly closed 5 years ago

jelly commented 5 years ago

python-qt.py is required by qspectrumanalyzer but not listed in the python-qt.py page.

felixonmars commented 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/

jelly commented 5 years ago

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.

jelly commented 5 years ago

Closing, unable to reproduce.