Skip to content

Missing dependencies in package.spec.template #90

@antermin

Description

@antermin

install_requires=[
"proton-vpn-api-core",
"pygobject",
"pycairo",
"dbus-python",
"packaging",
"distro",
"requests",
"proton-core"
],

Depends: ${python3:Depends}, ${misc:Depends}, librsvg2-common, python3-gi, python3-gi-cairo,
gir1.2-gtk-3.0, python3-proton-vpn-api-core (>= 0.39.0), python3-dbus,
gir1.2-nm-1.0, python3-packaging, python3-distro, python3-requests, python3-proton-core

Requires: gtk3
Requires: python3-gobject
Requires: python3-dbus
Requires: python3-proton-vpn-api-core >= 0.39.0
Requires: librsvg2
Requires: python3-packaging

It seems that the following are missing in the Fedora build script, even though they are defined in setup.py and the Debian build script:

  • pycairo
  • distro
  • requests
  • proton-core

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions