| commit | a4edcd73e263c6869eef82e62a641bc2933f4a70 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Mon Mar 07 15:53:33 2016 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Mon Mar 07 15:53:33 2016 +0100 |
| tree | b719e722062730e2d95894dade82f38541c1136e | |
| parent | a1a5ed0f026ead6360e3a0ce5599804d009f1f8b [diff] [blame] |
Bugfix: We have to ensure to have the latest version of the six package installed to get ryu to work
diff --git a/setup.py b/setup.py index a3252bf..f134ffe 100644 --- a/setup.py +++ b/setup.py
@@ -16,7 +16,7 @@ 'tabulate', 'argparse', 'networkx', - 'six', + 'six>=1.9', 'ryu', 'oslo.config', 'pytest'