flatpak remote-add flathub-verified --subset=verified https://dl.flathub.org/repo/flathub.flatpakrepo
  • infeeeee@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    3 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
      cake
      link
      fedilink
      arrow-up
      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?