python3Packages.cocotb: fix failing build (#231184)
Signed-off-by: Jack Leightcap <jack@leightcap.com>
This commit is contained in:
parent
054175b2a1
commit
70c1240b6f
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
, setuptools
|
||||
, setuptools-scm
|
||||
, cocotb-bus
|
||||
, find-libpython
|
||||
, pytestCheckHook
|
||||
, swig
|
||||
, verilog
|
||||
|
@ -24,7 +25,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
|
||||
buildInputs = [ setuptools ];
|
||||
buildInputs = [ setuptools find-libpython ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs bin/*.py
|
||||
|
|
Loading…
Reference in a new issue