mirror of
https://github.com/mudler/luet.git
synced 2025-09-07 02:00:39 +00:00
When we cycle, we don't necessarly have all the packages into the DB yet. With this change, luet annotates the reverse dependency without any version, and we try to update revdeps table when new items gets added, by checking the version required in the selector. Thanks to @joostruis for noticing the issue