Skip to content

Commit

Permalink
debian: numpy is no longer an indirect dependency
Browse files Browse the repository at this point in the history
With the autobahn/crossbar dependencies removed, numpy is no longer an
indirect dependency of labgrid.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
  • Loading branch information
Bastian-Krause committed Aug 13, 2024
1 parent 0ea9fe5 commit 1a406bc
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:
--upgrade-pip \
--extras deb \
--extra-pip-arg='--no-binary' \
--extra-pip-arg='cffi,numpy'
--extra-pip-arg='cffi'

0 comments on commit 1a406bc

Please sign in to comment.