Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies in package.spec.template #90

Open
antermin opened this issue Jan 9, 2025 · 0 comments
Open

Missing dependencies in package.spec.template #90

antermin opened this issue Jan 9, 2025 · 0 comments

Comments

@antermin
Copy link

antermin commented Jan 9, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant