Unverified Commit 70c1240b authored by Jack Leightcap's avatar Jack Leightcap Committed by GitHub
Browse files

python3Packages.cocotb: fix failing build (#231184)

parent 054175b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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