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