Skip to content

Commit 1a406bc

Browse files
debian: numpy is no longer an indirect dependency
With the autobahn/crossbar dependencies removed, numpy is no longer an indirect dependency of labgrid. Signed-off-by: Bastian Krause <[email protected]>
1 parent 0ea9fe5 commit 1a406bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ override_dh_virtualenv:
1313
--upgrade-pip \
1414
--extras deb \
1515
--extra-pip-arg='--no-binary' \
16-
--extra-pip-arg='cffi,numpy'
16+
--extra-pip-arg='cffi'

0 commit comments

Comments
 (0)