6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "a197aa4b0e0ad28469c8877b41b3fb2ec0206da9f491b9276d1578ce6dd8aa8d";
16 # remove circular dependency cocotb from setup.py
17 substituteInPlace setup.py --replace '"cocotb>=1.5.0.dev,<2.0"' ""
20 # tests require cocotb, disable for now to avoid circular dependency
24 # export PATH=$out/bin:$PATH
29 description = "Pre-packaged testbenching tools and reusable bus interfaces for cocotb";
30 homepage = "https://github.com/cocotb/cocotb-bus";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ prusnak ];