Skip to content

Commit

Permalink
debian: add build dependencies for Python extensions
Browse files Browse the repository at this point in the history
There are no platform wheels available on Python for non-x86 platforms.
Add the minimum missing dependencies to build the Python packages' extensions.

Signed-off-by: Bastian Germann <[email protected]>
  • Loading branch information
Bastian Germann authored and jluebbe committed May 15, 2019
1 parent 0674616 commit 8607063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Source: labgrid
Section: python
Priority: extra
Maintainer: Jan Lübbe <[email protected]>
Build-Depends: debhelper (>= 11), python, dh-virtualenv (>= 0.8), libow-dev,
libpython3-dev, python3-venv, python3-setuptools, git
Build-Depends: debhelper (>= 11), python3-all-dev, dh-virtualenv (>= 0.8), libow-dev,
libpython3-dev, python3-venv, python3-setuptools, git, libsodium-dev, libffi-dev, libssl-dev
Standards-Version: 3.9.5

Package: labgrid
Expand Down

0 comments on commit 8607063

Please sign in to comment.