Skip to content

Commit

Permalink
use more dependencies from system
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Dec 27, 2023
1 parent cab3fe6 commit f21e910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install -y debhelper dh-virtualenv python3 python3-virtualenv python3-pip python3-setuptools python3-pyqt5 swig qttools5-dev-tools qtchooser
run: sudo apt install -y debhelper dh-virtualenv python3 python3-cryptography python3-asn1crypto python3-virtualenv python3-pip python3-setuptools python3-pyqt5 swig qttools5-dev-tools qtchooser
- name: Execute build
run: cd installer/debian/ && ./build.sh
- name: Get artifact
Expand Down
4 changes: 2 additions & 2 deletions installer/debian/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Source: simple-signer
Section: python
Priority: optional
Maintainer: Georg Sieber <[email protected]>
Build-Depends: debhelper (>= 9), dh-virtualenv (>= 0.8), python3, python3-virtualenv, python3-pip, python3-setuptools, python3-pyqt5, swig, qttools5-dev-tools, qtchooser
Build-Depends: debhelper (>= 9), dh-virtualenv (>= 0.8), python3, python3-cryptography, python3-asn1crypto, python3-virtualenv, python3-pip, python3-setuptools, python3-pyqt5, swig, qttools5-dev-tools, qtchooser
Standards-Version: 3.9.5

Package: simple-signer
Provides: simple-signer
Architecture: any
Pre-Depends: dpkg (>= 1.16.1), python3, ${misc:Pre-Depends}
Depends: python3, python3-venv, python3-virtualenv, python3-pyqt5, ${misc:Depends}
Depends: python3, python3-cryptography, python3-asn1crypto, python3-venv, python3-virtualenv, python3-pyqt5, ${misc:Depends}
Description: Sign and certity PDF files using a simple user interface.

0 comments on commit f21e910

Please sign in to comment.