aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-11-10 14:40:30 +0000
committerJavi Merino <javi.merino@arm.com>2015-11-10 14:40:30 +0000
commitb03236f09aafd38f635650420eadffccbb8eb819 (patch)
tree98f8825e35ebac90cf18e572c719680e3ef38369
parentcb83a25d1bf95a2376d2eee9cd25ba7059ba3d49 (diff)
downloadbart-b03236f09aafd38f635650420eadffccbb8eb819.tar.gz
setup: Depend on trappy >= 3.0
trappy has changed the API of stats.SchedConf in 0fce01a7dad8 ("stats: SchedConf: Fix for period calculation"), the return value of period() is changed. This is fixed in bart in 0e83faeeee8a ("sched: Use Median for calculation of the period of a task").
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c6de39..f0eac2f 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ to assert behaviours using the FTrace output from the kernel
"""
REQUIRES = [
- "TRAPpy>=2.0",
+ "TRAPpy>=3.0",
]
setup(name='bart-py',