-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Lines 17 to 26 in a5980fa
install_requires=[ | |
"proton-vpn-api-core", | |
"pygobject", | |
"pycairo", | |
"dbus-python", | |
"packaging", | |
"distro", | |
"requests", | |
"proton-core" | |
], |
proton-vpn-gtk-app/debian/control
Lines 14 to 16 in a5980fa
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 |
proton-vpn-gtk-app/rpmbuild/SPECS/package.spec.template
Lines 34 to 39 in a5980fa
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
Labels
No labels