flatpak remote-add flathub-verified --subset=verified https://dl.flathub.org/repo/flathub.flatpakrepo
    • @[email protected]
      link
      fedilink
      46 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

      • @[email protected]
        link
        fedilink
        2
        edit-2
        6 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?