From 6427c9e6ab7f4f588550c7a8befdb600367cc636 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Thu, 22 Oct 2015 14:20:32 +0100 Subject: setup: Depend on trappy >= 2.0 trappy has changed the API for EventPlot in f4eefc02239a ("plotter: EventPlot: Allow specification of lane names") which will be released in trappy 2.0. This is fixed in 5b1275f59fec ("sched: Update usage of EventPlot API") in bart. Make sure bart the next version of bart depends on the appropriate version of trappy. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 523eac6..fc7950d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ to assert behaviours using the FTrace output from the kernel """ REQUIRES = [ - "TRAPpy", + "TRAPpy>=2.0", ] setup(name='bart-py', -- cgit v1.2.3