Skip to content

Commit

Permalink
cocotb prepare script: [FIX] add setuptools dependency for Cython (py…
Browse files Browse the repository at this point in the history
…nfb)
  • Loading branch information
martinspinler committed Jun 12, 2024
1 parent 4a862f9 commit a2310fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cocotb/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PKG_COCOTBEXT_OFM=$OFM_PATH/python/cocotbext/
python -m venv venv-cocotb
source venv-cocotb/bin/activate

python -m pip install cython wheel
python -m pip install cython wheel setuptools
python -m pip install pylibfdt fdt
python -m pip install $PKG_PYNFB
python -m pip install $PKG_LIBNFBEXT_PYTHON
Expand Down

0 comments on commit a2310fe

Please sign in to comment.