Skip to content

Commit

Permalink
debian: use recent pip, drop obsolete setuptools requirement
Browse files Browse the repository at this point in the history
Make sure we package with a recent pip, so we don't run into obscure
issues. The setuptools dependency is now covered by pyproject.toml.

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Nov 3, 2022
1 parent b633905 commit dff2aa3
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 @@ -10,7 +10,7 @@ override_dh_virtualenv:
dh_virtualenv \
--python /usr/bin/python3 \
--builtin-venv \
--preinstall 'setuptools>=38.0.0' \
--upgrade-pip \
--extras deb \
--extra-pip-arg='--no-binary' \
--extra-pip-arg='cffi,numpy'

0 comments on commit dff2aa3

Please sign in to comment.