aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-10-22 14:20:32 +0100
committerJavi Merino <javi.merino@arm.com>2015-10-22 14:40:04 +0100
commit6427c9e6ab7f4f588550c7a8befdb600367cc636 (patch)
tree408950d650fa4bc434c33bd473230ed921d3331f /setup.py
parentf742f8074e2286e974d8a7c618914e2d22a6b86f (diff)
downloadbart-6427c9e6ab7f4f588550c7a8befdb600367cc636.tar.gz
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',