added python-3-certifi as dependency for packages (now we do not use QtNetwork anymore for problems in M1)

This commit is contained in:
Adolfo Gómez García 2021-06-19 17:05:12 +02:00
parent 4ed3cbc787
commit aef8c637ec
3 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,6 @@ Package: udsclient3
Section: admin Section: admin
Priority: optional Priority: optional
Architecture: all Architecture: all
Depends: python3-paramiko (>=2.0.0), python3-cryptography, python3-pyqt5 (>=5.0), python3 (>=3.6), freerdp2-x11 | freerdp-x11 | freerdp-nightly, desktop-file-utils, ${misc:Depends} Depends: python3-paramiko (>=2.0.0), python2-certifi, python3-cryptography, python3-pyqt5 (>=5.0), python3 (>=3.6), freerdp2-x11 | freerdp-x11 | freerdp-nightly, desktop-file-utils, ${misc:Depends}
Description: Client connector for Universal Desktop Services (UDS) Broker Description: Client connector for Universal Desktop Services (UDS) Broker
This package provides the required components to allow this machine to connect to services provided by UDS Broker. This package provides the required components to allow this machine to connect to services provided by UDS Broker.

View File

@ -39,6 +39,7 @@ AppDir:
- python3-pyqt5 - python3-pyqt5
- python3-paramiko - python3-paramiko
- python3-cryptography - python3-cryptography
- python3-certifi
- freerdp2-x11 - freerdp2-x11
- freerdp2-wayland - freerdp2-wayland
- x2goclient - x2goclient

View File

@ -11,7 +11,7 @@ Release: %{release}
Summary: Client for Universal Desktop Services (UDS) Broker Summary: Client for Universal Desktop Services (UDS) Broker
License: BSD3 License: BSD3
Group: Applications/Productivity Group: Applications/Productivity
Requires: python3-requests python3-paramiko python3-qt5 python3-cryptography Requires: python3-paramiko python3-qt5 python3-cryptography python3-certifi
Vendor: Virtual Cable S.L.U. Vendor: Virtual Cable S.L.U.
URL: http://www.udsenterprise.com URL: http://www.udsenterprise.com
Provides: udsclient Provides: udsclient