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