Loading
pythonPackages.cocotb: Ensure the required dynamic libraries are stated
cocotb uses dlopen so that it's dynamic libraries are python version agnostic. Here we patch its dynamic libraries to make sure the correct libpython is found and used.