aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-10-05 18:54:24 +0100
committerJavi Merino <javi.merino@arm.com>2015-10-05 18:54:24 +0100
commitf8ba14c9fa7f650654461a41a13b27eb16c2e969 (patch)
treed8bc0edfe56dad49c3a87998f5402bfdd01a1cf5
parenta2d51ed8ad771801bf53969954948fe3643ed255 (diff)
downloadbart-f8ba14c9fa7f650654461a41a13b27eb16c2e969.tar.gz
setup: don't require a specific version of trappy
This will break as soon as we update trappy. Let's not require a specific version until we know there are incompatibilities.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 97ea81f..523eac6 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ to assert behaviours using the FTrace output from the kernel
"""
REQUIRES = [
- "TRAPpy==1.0.0",
+ "TRAPpy",
]
setup(name='bart-py',