flatpak remote-add flathub-verified --subset=verified https://dl.flathub.org/repo/flathub.flatpakrepo
    • @infeeeee@lemm.ee
      link
      fedilink
      43 months ago

      That’s install dependencies (in PKGBUILD they are called makedepends), python programs usually need them for runtime (depends in PKGBUILD). On the main page of a package they are listed together, but on the PKGBUILD they are separate

      • @Petter1@lemm.ee
        link
        fedilink
        2
        edit-2
        3 months ago

        😁 I know (well that about two types of dependencies)

        That python dependency seem more a upstream issue, not a AUR issue, isn’t it? I mean, if I install the same app from another source, it still needs those dependencies, isn’t it?