From f8ba14c9fa7f650654461a41a13b27eb16c2e969 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Mon, 5 Oct 2015 18:54:24 +0100 Subject: 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3