Dependencies not properly resolved
After merging https://gitlab.com/postmarketOS/pmaports/commit/2c57359b8a41c0b0609623a8216ff71fbdc124e1, the following pmaports were changed:
- postmarketos-mkinitfs
- device-surftab-wintron7.0
- device-tablet-x64uefi
The device packages depend on postmarketos-mkinitfs, so the bpo server must build it first. However, it decided to build the device packages first, which are then failing (the outdated postmarketos-mkinitfs apk has been deleted from the WIP repo, as intended). I guess this has to do with the fact, that postmarketos-mkinitfs was already built successfully before, but has now been upgraded.
Let's add a test case for this and fix it.