diff --git a/setup.py b/setup.py index f6f20b7294..29be93bf3f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'parse', 'configparser', 'npyscreen', - 'enum34', + 'enum34;python_version<"3.4"', 'unicorn', 'bitstring', 'pylink-square',