Skip to content

Commit

Permalink
debian: exclude only cffi and numpy binaries
Browse files Browse the repository at this point in the history
The package will not build with all wheels disabled because e.g. the hpack
source dist has an encoding bug in its setup.py. It reads HISTORY.rst as
ascii while it has a non-ascii character.

Signed-off-by: Bastian Germann <[email protected]>
  • Loading branch information
Bastian Germann authored and jluebbe committed May 15, 2019
1 parent 8607063 commit 1030283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ override_dh_virtualenv:
--preinstall 'setuptools>=38.0.0' \
--requirements deb-requirements.txt \
--extra-pip-arg='--no-binary' \
--extra-pip-arg=':all:'
--extra-pip-arg='cffi,numpy'

0 comments on commit 1030283

Please sign in to comment.