From 768e501c55d7ebf0ff217fb609dc4e9e2bfb40d8 Mon Sep 17 00:00:00 2001 From: Martin Spinler Date: Tue, 13 Aug 2024 07:33:58 +0200 Subject: [PATCH] cocotb: [FIX] update installation of pynfb & nfb-ext-python to venv --- tests/cocotb/prepare.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/cocotb/prepare.sh b/tests/cocotb/prepare.sh index 5e3ed1e72..cc4b6b82c 100755 --- a/tests/cocotb/prepare.sh +++ b/tests/cocotb/prepare.sh @@ -16,9 +16,10 @@ source venv-cocotb/bin/activate python -m pip install cython wheel setuptools python -m pip install pylibfdt fdt python -m pip install scapy -python -m pip install $PKG_PYNFB -python -m pip install $PKG_LIBNFBEXT_PYTHON -python -m pip install $PKG_COCOTBEXT_OFM +python -m pip wheel -w ./cocotbwheels $PKG_PYNFB +python -m pip install --find-links ./cocotbwheels nfb +python -m pip install --find-links ./cocotbwheels $PKG_LIBNFBEXT_PYTHON +python -m pip install $PKG_COCOTBEXT_OFM echo "" echo "Now activate environment with:"